GroupId | GroupIdcom.github.cheukbinli |
---|---|
ArtifactId | ArtifactIdoriginal-cache |
Version | Version1.0.0.3.4-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.cheukbinli/original-cache/ -->
<dependency>
<groupId>com.github.cheukbinli</groupId>
<artifactId>original-cache</artifactId>
<version>1.0.0.3.4-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cheukbinli/original-cache/
implementation 'com.github.cheukbinli:original-cache:1.0.0.3.4-RELEASE'
// https://jarcasting.com/artifacts/com.github.cheukbinli/original-cache/
implementation ("com.github.cheukbinli:original-cache:1.0.0.3.4-RELEASE")
'com.github.cheukbinli:original-cache:jar:1.0.0.3.4-RELEASE'
<dependency org="com.github.cheukbinli" name="original-cache" rev="1.0.0.3.4-RELEASE">
<artifact name="original-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cheukbinli', module='original-cache', version='1.0.0.3.4-RELEASE')
)
libraryDependencies += "com.github.cheukbinli" % "original-cache" % "1.0.0.3.4-RELEASE"
[com.github.cheukbinli/original-cache "1.0.0.3.4-RELEASE"]