Categories |
CategoriesJedis Data Databases |
---|---|
GroupId | GroupIdar.com.siripo |
ArtifactId | ArtifactIdarcache-backend-jedis |
Version | Version1.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/ -->
<dependency>
<groupId>ar.com.siripo</groupId>
<artifactId>arcache-backend-jedis</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/
implementation 'ar.com.siripo:arcache-backend-jedis:1.1.0'
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-jedis/
implementation ("ar.com.siripo:arcache-backend-jedis:1.1.0")
'ar.com.siripo:arcache-backend-jedis:jar:1.1.0'
<dependency org="ar.com.siripo" name="arcache-backend-jedis" rev="1.1.0">
<artifact name="arcache-backend-jedis" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.siripo', module='arcache-backend-jedis', version='1.1.0')
)
libraryDependencies += "ar.com.siripo" % "arcache-backend-jedis" % "1.1.0"
[ar.com.siripo/arcache-backend-jedis "1.1.0"]