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