Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.jzhi001 |
ArtifactId | ArtifactIdzjc-cp-redis |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
zjc-cp-redis-0.1.pom | |
zjc-cp-redis-0.1.jar | 30 KB |
zjc-cp-redis-0.1-sources.jar | 13 KB |
zjc-cp-redis-0.1-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jzhi001/zjc-cp-redis/ -->
<dependency>
<groupId>com.github.jzhi001</groupId>
<artifactId>zjc-cp-redis</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jzhi001/zjc-cp-redis/
implementation 'com.github.jzhi001:zjc-cp-redis:0.1'
// https://jarcasting.com/artifacts/com.github.jzhi001/zjc-cp-redis/
implementation ("com.github.jzhi001:zjc-cp-redis:0.1")
'com.github.jzhi001:zjc-cp-redis:jar:0.1'
<dependency org="com.github.jzhi001" name="zjc-cp-redis" rev="0.1">
<artifact name="zjc-cp-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jzhi001', module='zjc-cp-redis', version='0.1')
)
libraryDependencies += "com.github.jzhi001" % "zjc-cp-redis" % "0.1"
[com.github.jzhi001/zjc-cp-redis "0.1"]