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