GroupId | GroupIdorg.reaktivity |
---|---|
ArtifactId | ArtifactIdnukleus-http |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
nukleus-http-0.6.pom | |
nukleus-http-0.6.jar | 172 KB |
nukleus-http-0.6-tests.jar | 126 KB |
nukleus-http-0.6-sources.jar | 82 KB |
nukleus-http-0.6-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.reaktivity/nukleus-http/ -->
<dependency>
<groupId>org.reaktivity</groupId>
<artifactId>nukleus-http</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-http/
implementation 'org.reaktivity:nukleus-http:0.6'
// https://jarcasting.com/artifacts/org.reaktivity/nukleus-http/
implementation ("org.reaktivity:nukleus-http:0.6")
'org.reaktivity:nukleus-http:jar:0.6'
<dependency org="org.reaktivity" name="nukleus-http" rev="0.6">
<artifact name="nukleus-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.reaktivity', module='nukleus-http', version='0.6')
)
libraryDependencies += "org.reaktivity" % "nukleus-http" % "0.6"
[org.reaktivity/nukleus-http "0.6"]