Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.leeyazhou |
ArtifactId | ArtifactIdcrpc-registry-redis |
Version | Version1.0.1.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-registry-redis/ -->
<dependency>
<groupId>com.github.leeyazhou</groupId>
<artifactId>crpc-registry-redis</artifactId>
<version>1.0.1.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-registry-redis/
implementation 'com.github.leeyazhou:crpc-registry-redis:1.0.1.RELEASE'
// https://jarcasting.com/artifacts/com.github.leeyazhou/crpc-registry-redis/
implementation ("com.github.leeyazhou:crpc-registry-redis:1.0.1.RELEASE")
'com.github.leeyazhou:crpc-registry-redis:jar:1.0.1.RELEASE'
<dependency org="com.github.leeyazhou" name="crpc-registry-redis" rev="1.0.1.RELEASE">
<artifact name="crpc-registry-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.leeyazhou', module='crpc-registry-redis', version='1.0.1.RELEASE')
)
libraryDependencies += "com.github.leeyazhou" % "crpc-registry-redis" % "1.0.1.RELEASE"
[com.github.leeyazhou/crpc-registry-redis "1.0.1.RELEASE"]