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