Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.yuyenews |
ArtifactId | ArtifactIdmars-redis |
Version | Version2.2.2 |
Type | Typejar |
Filename | Size |
---|---|
mars-redis-2.2.2.pom | |
mars-redis-2.2.2.jar | 7 KB |
mars-redis-2.2.2-sources.jar | 3 KB |
mars-redis-2.2.2-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.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-redis/
implementation 'com.github.yuyenews:mars-redis:2.2.2'
// https://jarcasting.com/artifacts/com.github.yuyenews/mars-redis/
implementation ("com.github.yuyenews:mars-redis:2.2.2")
'com.github.yuyenews:mars-redis:jar:2.2.2'
<dependency org="com.github.yuyenews" name="mars-redis" rev="2.2.2">
<artifact name="mars-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='mars-redis', version='2.2.2')
)
libraryDependencies += "com.github.yuyenews" % "mars-redis" % "2.2.2"
[com.github.yuyenews/mars-redis "2.2.2"]