Micronaut 1.0.3
- Release Notes:
https://docs.micronaut.io/1.0.3/guide/index.html#whatsNew - Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/12?closed=1
NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:
repositories {
maven {
url "https://dl.bintray.com/micronaut/core-releases-local"
}
}