Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yuyenews |
ArtifactId | ArtifactIdmars-redis |
Version | Version3.0.15-HOTFIX |
Type | Typejar |
Filename | Size |
---|---|
mars-redis-3.0.15-HOTFIX.pom | |
mars-redis-3.0.15-HOTFIX.jar | 8 KB |
mars-redis-3.0.15-HOTFIX-sources.jar | 4 KB |
mars-redis-3.0.15-HOTFIX-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/mars-redis/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>mars-redis</artifactId>
<version>3.0.15-HOTFIX</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-redis/
implementation 'com.github.yuyenews:mars-redis:3.0.15-HOTFIX'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-redis/
implementation ("com.github.yuyenews:mars-redis:3.0.15-HOTFIX")
'com.github.yuyenews:mars-redis:jar:3.0.15-HOTFIX'
<dependency org="com.github.yuyenews" name="mars-redis" rev="3.0.15-HOTFIX">
<artifact name="mars-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-redis', version='3.0.15-HOTFIX')
)
libraryDependencies += "com.github.yuyenews" % "mars-redis" % "3.0.15-HOTFIX"
[com.github.yuyenews/mars-redis "3.0.15-HOTFIX"]