| Categories | CategoriesRedis Data Databases | 
|---|---|
| GroupId | GroupIdcom.github.shoothzj | 
| ArtifactId | ArtifactIdsdk-distribute-impl-redis | 
| Version | Version3.0.25.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-distribute-impl-redis/ -->
<dependency>
    <groupId>com.github.shoothzj</groupId>
    <artifactId>sdk-distribute-impl-redis</artifactId>
    <version>3.0.25.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-distribute-impl-redis/
implementation 'com.github.shoothzj:sdk-distribute-impl-redis:3.0.25.RELEASE'// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-distribute-impl-redis/
implementation ("com.github.shoothzj:sdk-distribute-impl-redis:3.0.25.RELEASE")'com.github.shoothzj:sdk-distribute-impl-redis:jar:3.0.25.RELEASE'<dependency org="com.github.shoothzj" name="sdk-distribute-impl-redis" rev="3.0.25.RELEASE">
  <artifact name="sdk-distribute-impl-redis" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-distribute-impl-redis', version='3.0.25.RELEASE')
)libraryDependencies += "com.github.shoothzj" % "sdk-distribute-impl-redis" % "3.0.25.RELEASE"[com.github.shoothzj/sdk-distribute-impl-redis "3.0.25.RELEASE"]