Skip to content

Micronaut 2.0.0 M2

Pre-release
Pre-release
Compare
Choose a tag to compare
@graemerocher graemerocher released this 02 Apr 12:01

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