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