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