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