GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdorg.tinygroup.jcscache |
Version | Version2.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jcscache/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>org.tinygroup.jcscache</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jcscache/
implementation 'org.tinygroup:org.tinygroup.jcscache:2.0.4'
// https://jarcasting.com/artifacts/org.tinygroup/org.tinygroup.jcscache/
implementation ("org.tinygroup:org.tinygroup.jcscache:2.0.4")
'org.tinygroup:org.tinygroup.jcscache:jar:2.0.4'
<dependency org="org.tinygroup" name="org.tinygroup.jcscache" rev="2.0.4">
<artifact name="org.tinygroup.jcscache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='org.tinygroup.jcscache', version='2.0.4')
)
libraryDependencies += "org.tinygroup" % "org.tinygroup.jcscache" % "2.0.4"
[org.tinygroup/org.tinygroup.jcscache "2.0.4"]