| Categories |
CategoriesRedis Data Databases |
|---|---|
| GroupId | GroupIdorg.noear |
| ArtifactId | ArtifactIdredisx |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| redisx-1.0.pom | |
| redisx-1.0.jar | 19 KB |
| redisx-1.0-sources.jar | 10 KB |
| redisx-1.0-javadoc.jar | 86 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noear/redisx/ -->
<dependency>
<groupId>org.noear</groupId>
<artifactId>redisx</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear/redisx/
implementation 'org.noear:redisx:1.0'
// https://jarcasting.com/artifacts/org.noear/redisx/
implementation ("org.noear:redisx:1.0")
'org.noear:redisx:jar:1.0'
<dependency org="org.noear" name="redisx" rev="1.0">
<artifact name="redisx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear', module='redisx', version='1.0')
)
libraryDependencies += "org.noear" % "redisx" % "1.0"
[org.noear/redisx "1.0"]