| License |
License |
|---|---|
| Categories |
CategoriesMicronaut Container Microservices |
| GroupId | GroupIdio.micronaut |
| ArtifactId | ArtifactIdhttp |
| Last Version | Last Version1.0.0.RC2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMicronaut
Natively Cloud Native
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| http-1.0.0.RC2.pom | |
| http-1.0.0.RC2.jar | 205 KB |
| http-1.0.0.RC2-sources.jar | 143 KB |
| http-1.0.0.RC2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/io.micronaut/http/ -->
<dependency>
<groupId>io.micronaut</groupId>
<artifactId>http</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.micronaut/http/
implementation 'io.micronaut:http:1.0.0.RC2'
// https://jarcasting.com/artifacts/io.micronaut/http/
implementation ("io.micronaut:http:1.0.0.RC2")
'io.micronaut:http:jar:1.0.0.RC2'
<dependency org="io.micronaut" name="http" rev="1.0.0.RC2">
<artifact name="http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.micronaut', module='http', version='1.0.0.RC2')
)
libraryDependencies += "io.micronaut" % "http" % "1.0.0.RC2"
[io.micronaut/http "1.0.0.RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.micronaut : inject | jar | 1.0.0.RC2 |