Categories |
CategoriesRedis Data Databases CLI User Interface |
---|---|
GroupId | GroupIdcom.github.atais |
ArtifactId | ArtifactIdredisclient_2.13 |
Version | Version4.0 |
Type | Typejar |
Filename | Size |
---|---|
redisclient_2.13-4.0.pom | |
redisclient_2.13-4.0.jar | 400 KB |
redisclient_2.13-4.0-sources.jar | 41 KB |
redisclient_2.13-4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.atais/redisclient_2.13/ -->
<dependency>
<groupId>com.github.atais</groupId>
<artifactId>redisclient_2.13</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.atais/redisclient_2.13/
implementation 'com.github.atais:redisclient_2.13:4.0'
// https://jarcasting.com/artifacts/com.github.atais/redisclient_2.13/
implementation ("com.github.atais:redisclient_2.13:4.0")
'com.github.atais:redisclient_2.13:jar:4.0'
<dependency org="com.github.atais" name="redisclient_2.13" rev="4.0">
<artifact name="redisclient_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.atais', module='redisclient_2.13', version='4.0')
)
libraryDependencies += "com.github.atais" % "redisclient_2.13" % "4.0"
[com.github.atais/redisclient_2.13 "4.0"]