Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcn.detachment |
ArtifactId | ArtifactIddetachment-redis-example |
Version | Version1.0.0-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.detachment/detachment-redis-example/ -->
<dependency>
<groupId>cn.detachment</groupId>
<artifactId>detachment-redis-example</artifactId>
<version>1.0.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.detachment/detachment-redis-example/
implementation 'cn.detachment:detachment-redis-example:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/cn.detachment/detachment-redis-example/
implementation ("cn.detachment:detachment-redis-example:1.0.0-RELEASE")
'cn.detachment:detachment-redis-example:jar:1.0.0-RELEASE'
<dependency org="cn.detachment" name="detachment-redis-example" rev="1.0.0-RELEASE">
<artifact name="detachment-redis-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.detachment', module='detachment-redis-example', version='1.0.0-RELEASE')
)
libraryDependencies += "cn.detachment" % "detachment-redis-example" % "1.0.0-RELEASE"
[cn.detachment/detachment-redis-example "1.0.0-RELEASE"]