GroupId | GroupIdco.tunan.tucache |
---|---|
ArtifactId | ArtifactIdtucache-core |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
tucache-core-1.0.1.pom | |
tucache-core-1.0.1.jar | 12 KB |
tucache-core-1.0.1-sources.jar | 8 KB |
Browse |
<!-- 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"]