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