is not current version
Last Version 1.0.1.RELEASE

com.dtguai.cache:dtguai-cache 1.0.0-RELEASE


GroupId

GroupId

com.dtguai.cache
ArtifactId

ArtifactId

dtguai-cache
Version

Version

1.0.0-RELEASE
Type

Type

jar

Download dtguai-cache 1.0.0-RELEASE


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