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