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