Skip to content

Micronaut 1.0.0 RC2

Pre-release
Pre-release
Compare
Choose a tag to compare
@graemerocher graemerocher released this 08 Oct 14:49

NOTICE: There is a temporary synchronization problem between bintray and jcenter. If you are having trouble resolving the websocket dependency please add the following repo until it is resolved:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}