GroupId | GroupIdco.tunan.tucache |
---|---|
ArtifactId | ArtifactIdtutucache |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
tutucache-1.0.0.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/ -->
<dependency>
<groupId>co.tunan.tucache</groupId>
<artifactId>tutucache</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation 'co.tunan.tucache:tutucache:1.0.0'
// https://jarcasting.com/artifacts/co.tunan.tucache/tutucache/
implementation ("co.tunan.tucache:tutucache:1.0.0")
'co.tunan.tucache:tutucache:pom:1.0.0'
<dependency org="co.tunan.tucache" name="tutucache" rev="1.0.0">
<artifact name="tutucache" type="pom" />
</dependency>
@Grapes(
@Grab(group='co.tunan.tucache', module='tutucache', version='1.0.0')
)
libraryDependencies += "co.tunan.tucache" % "tutucache" % "1.0.0"
[co.tunan.tucache/tutucache "1.0.0"]