is not current version
Last Version 1.0.2.RELEASE

co.tunan.tucache:tucache-core 1.0.1


GroupId

GroupId

co.tunan.tucache
ArtifactId

ArtifactId

tucache-core
Version

Version

1.0.1
Type

Type

jar

Download tucache-core 1.0.1


<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/ -->
<dependency>
    <groupId>co.tunan.tucache</groupId>
    <artifactId>tucache-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/
implementation 'co.tunan.tucache:tucache-core:1.0.1'
// https://jarcasting.com/artifacts/co.tunan.tucache/tucache-core/
implementation ("co.tunan.tucache:tucache-core:1.0.1")
'co.tunan.tucache:tucache-core:jar:1.0.1'
<dependency org="co.tunan.tucache" name="tucache-core" rev="1.0.1">
  <artifact name="tucache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tucache-core', version='1.0.1')
)
libraryDependencies += "co.tunan.tucache" % "tucache-core" % "1.0.1"
[co.tunan.tucache/tucache-core "1.0.1"]