Skip to content

Micronaut 1.1.1

Compare
Choose a tag to compare
@graemerocher graemerocher released this 08 May 21:14

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" 
    }
}