Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.panxiaochao |
ArtifactId | ArtifactIdpxc-redis-helper |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
pxc-redis-helper-1.0.0.pom | |
pxc-redis-helper-1.0.0.jar | 18 KB |
pxc-redis-helper-1.0.0-sources.jar | 13 KB |
pxc-redis-helper-1.0.0-javadoc.jar | 86 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panxiaochao/pxc-redis-helper/ -->
<dependency>
<groupId>com.github.panxiaochao</groupId>
<artifactId>pxc-redis-helper</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panxiaochao/pxc-redis-helper/
implementation 'com.github.panxiaochao:pxc-redis-helper:1.0.0'
// https://jarcasting.com/artifacts/com.github.panxiaochao/pxc-redis-helper/
implementation ("com.github.panxiaochao:pxc-redis-helper:1.0.0")
'com.github.panxiaochao:pxc-redis-helper:jar:1.0.0'
<dependency org="com.github.panxiaochao" name="pxc-redis-helper" rev="1.0.0">
<artifact name="pxc-redis-helper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panxiaochao', module='pxc-redis-helper', version='1.0.0')
)
libraryDependencies += "com.github.panxiaochao" % "pxc-redis-helper" % "1.0.0"
[com.github.panxiaochao/pxc-redis-helper "1.0.0"]