| License |
License |
|---|---|
| Categories |
CategoriesMicronaut Container Microservices |
| GroupId | GroupIdio.micronaut |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.0.0.RC2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicronaut
Natively Cloud Native
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-1.0.0.RC2.pom | |
| core-1.0.0.RC2.jar | 1 MB |
| core-1.0.0.RC2-sources.jar | 224 KB |
| core-1.0.0.RC2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.micronaut/core/ -->
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>core</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.micronaut/core/
implementation 'io.micronaut:core:1.0.0.RC2'
// https://jarcasting.com/artifacts/io.micronaut/core/
implementation ("io.micronaut:core:1.0.0.RC2")
'io.micronaut:core:jar:1.0.0.RC2'
<dependency org="io.micronaut" name="core" rev="1.0.0.RC2">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.micronaut', module='core', version='1.0.0.RC2')
)
libraryDependencies += "io.micronaut" % "core" % "1.0.0.RC2"
[io.micronaut/core "1.0.0.RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.reactivestreams : reactive-streams | jar | 1.0.1 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |