Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.luues |
ArtifactId | ArtifactIdcommons-redis |
Version | Version1.2.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-redis-1.2.0.RELEASE.pom | |
commons-redis-1.2.0.RELEASE.jar | 36 KB |
commons-redis-1.2.0.RELEASE-sources.jar | 21 KB |
commons-redis-1.2.0.RELEASE-javadoc.jar | 162 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.luues/commons-redis/ -->
<dependency>
<groupId>com.github.luues</groupId>
<artifactId>commons-redis</artifactId>
<version>1.2.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.luues/commons-redis/
implementation 'com.github.luues:commons-redis:1.2.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.luues/commons-redis/
implementation ("com.github.luues:commons-redis:1.2.0.RELEASE")
'com.github.luues:commons-redis:jar:1.2.0.RELEASE'
<dependency org="com.github.luues" name="commons-redis" rev="1.2.0.RELEASE">
<artifact name="commons-redis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.luues', module='commons-redis', version='1.2.0.RELEASE')
)
libraryDependencies += "com.github.luues" % "commons-redis" % "1.2.0.RELEASE"
[com.github.luues/commons-redis "1.2.0.RELEASE"]