Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdxyz.wc1950 |
ArtifactId | ArtifactIdchis4cloud-common-redis |
Version | Version3.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-redis/ -->
<dependency>
<groupId>xyz.wc1950</groupId>
<artifactId>chis4cloud-common-redis</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-redis/
implementation 'xyz.wc1950:chis4cloud-common-redis:3.0.1'
// https://jarcasting.com/artifacts/xyz.wc1950/chis4cloud-common-redis/
implementation ("xyz.wc1950:chis4cloud-common-redis:3.0.1")
'xyz.wc1950:chis4cloud-common-redis:jar:3.0.1'
<dependency org="xyz.wc1950" name="chis4cloud-common-redis" rev="3.0.1">
<artifact name="chis4cloud-common-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='xyz.wc1950', module='chis4cloud-common-redis', version='3.0.1')
)
libraryDependencies += "xyz.wc1950" % "chis4cloud-common-redis" % "3.0.1"
[xyz.wc1950/chis4cloud-common-redis "3.0.1"]