Categories |
CategoriesRedis Data Databases |
---|---|
GroupId | GroupIdcom.github.cynaith |
ArtifactId | ArtifactIdLightRedis |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
LightRedis-1.0-RELEASE.pom | |
LightRedis-1.0-RELEASE.jar | 17 KB |
LightRedis-1.0-RELEASE-sources.jar | 9 KB |
LightRedis-1.0-RELEASE-javadoc.jar | 102 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/ -->
<dependency>
<groupId>com.github.cynaith</groupId>
<artifactId>LightRedis</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/
implementation 'com.github.cynaith:LightRedis:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.cynaith/LightRedis/
implementation ("com.github.cynaith:LightRedis:1.0-RELEASE")
'com.github.cynaith:LightRedis:jar:1.0-RELEASE'
<dependency org="com.github.cynaith" name="LightRedis" rev="1.0-RELEASE">
<artifact name="LightRedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cynaith', module='LightRedis', version='1.0-RELEASE')
)
libraryDependencies += "com.github.cynaith" % "LightRedis" % "1.0-RELEASE"
[com.github.cynaith/LightRedis "1.0-RELEASE"]