GroupId | GroupIdio.gitee.kould |
---|---|
ArtifactId | ArtifactIdKache |
Version | Version1.8.4.INFORMAL_VERSION |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.gitee.kould/Kache/ -->
<dependency>
<groupId>io.gitee.kould</groupId>
<artifactId>Kache</artifactId>
<version>1.8.4.INFORMAL_VERSION</version>
</dependency>
// https://jarcasting.com/artifacts/io.gitee.kould/Kache/
implementation 'io.gitee.kould:Kache:1.8.4.INFORMAL_VERSION'
// https://jarcasting.com/artifacts/io.gitee.kould/Kache/
implementation ("io.gitee.kould:Kache:1.8.4.INFORMAL_VERSION")
'io.gitee.kould:Kache:jar:1.8.4.INFORMAL_VERSION'
<dependency org="io.gitee.kould" name="Kache" rev="1.8.4.INFORMAL_VERSION">
<artifact name="Kache" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.gitee.kould', module='Kache', version='1.8.4.INFORMAL_VERSION')
)
libraryDependencies += "io.gitee.kould" % "Kache" % "1.8.4.INFORMAL_VERSION"
[io.gitee.kould/Kache "1.8.4.INFORMAL_VERSION"]