GroupId | GroupIdorg.echocat.jomon |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version1.4.3 |
Type | Typejar |
Filename | Size |
---|---|
cache-1.4.3.pom | |
cache-1.4.3.jar | 66 KB |
cache-1.4.3-sources.jar | 44 KB |
cache-1.4.3-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.echocat.jomon/cache/ -->
<dependency>
<groupId>org.echocat.jomon</groupId>
<artifactId>cache</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.echocat.jomon/cache/
implementation 'org.echocat.jomon:cache:1.4.3'
// https://jarcasting.com/artifacts/org.echocat.jomon/cache/
implementation ("org.echocat.jomon:cache:1.4.3")
'org.echocat.jomon:cache:jar:1.4.3'
<dependency org="org.echocat.jomon" name="cache" rev="1.4.3">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.echocat.jomon', module='cache', version='1.4.3')
)
libraryDependencies += "org.echocat.jomon" % "cache" % "1.4.3"
[org.echocat.jomon/cache "1.4.3"]