Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdsdk-redis |
Version | Version3.0.28.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
sdk-redis-3.0.28.RELEASE.pom | |
sdk-redis-3.0.28.RELEASE.jar | 11 KB |
sdk-redis-3.0.28.RELEASE-sources.jar | 5 KB |
sdk-redis-3.0.28.RELEASE-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-redis/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>sdk-redis</artifactId>
<version>3.0.28.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-redis/
implementation 'com.github.shoothzj:sdk-redis:3.0.28.RELEASE'
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-redis/
implementation ("com.github.shoothzj:sdk-redis:3.0.28.RELEASE")
'com.github.shoothzj:sdk-redis:jar:3.0.28.RELEASE'
<dependency org="com.github.shoothzj" name="sdk-redis" rev="3.0.28.RELEASE">
<artifact name="sdk-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-redis', version='3.0.28.RELEASE')
)
libraryDependencies += "com.github.shoothzj" % "sdk-redis" % "3.0.28.RELEASE"
[com.github.shoothzj/sdk-redis "3.0.28.RELEASE"]