GroupId | GroupIdorg.jaxxy |
---|---|
ArtifactId | ArtifactIdjaxxy-cache |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
jaxxy-cache-0.0.2.pom | |
jaxxy-cache-0.0.2.jar | 6 KB |
jaxxy-cache-0.0.2-sources.jar | 5 KB |
jaxxy-cache-0.0.2-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxxy/jaxxy-cache/ -->
<dependency>
<groupId>org.jaxxy</groupId>
<artifactId>jaxxy-cache</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-cache/
implementation 'org.jaxxy:jaxxy-cache:0.0.2'
// https://jarcasting.com/artifacts/org.jaxxy/jaxxy-cache/
implementation ("org.jaxxy:jaxxy-cache:0.0.2")
'org.jaxxy:jaxxy-cache:jar:0.0.2'
<dependency org="org.jaxxy" name="jaxxy-cache" rev="0.0.2">
<artifact name="jaxxy-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jaxxy', module='jaxxy-cache', version='0.0.2')
)
libraryDependencies += "org.jaxxy" % "jaxxy-cache" % "0.0.2"
[org.jaxxy/jaxxy-cache "0.0.2"]