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