Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdio.choerodon |
ArtifactId | ArtifactIdchoerodon-hap-starter-redis |
Version | Version0.13.0.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.choerodon/choerodon-hap-starter-redis/ -->
<dependency>
<groupId>io.choerodon</groupId>
<artifactId>choerodon-hap-starter-redis</artifactId>
<version>0.13.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/io.choerodon/choerodon-hap-starter-redis/
implementation 'io.choerodon:choerodon-hap-starter-redis:0.13.0.RELEASE'
// https://jarcasting.com/artifacts/io.choerodon/choerodon-hap-starter-redis/
implementation ("io.choerodon:choerodon-hap-starter-redis:0.13.0.RELEASE")
'io.choerodon:choerodon-hap-starter-redis:jar:0.13.0.RELEASE'
<dependency org="io.choerodon" name="choerodon-hap-starter-redis" rev="0.13.0.RELEASE">
<artifact name="choerodon-hap-starter-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.choerodon', module='choerodon-hap-starter-redis', version='0.13.0.RELEASE')
)
libraryDependencies += "io.choerodon" % "choerodon-hap-starter-redis" % "0.13.0.RELEASE"
[io.choerodon/choerodon-hap-starter-redis "0.13.0.RELEASE"]