GroupId | GroupIdar.com.siripo |
---|---|
ArtifactId | ArtifactIdarcache-backend-memcached |
Version | Version0.0.4 |
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.4</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-memcached/
implementation 'ar.com.siripo:arcache-backend-memcached:0.0.4'
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-backend-memcached/
implementation ("ar.com.siripo:arcache-backend-memcached:0.0.4")
'ar.com.siripo:arcache-backend-memcached:jar:0.0.4'
<dependency org="ar.com.siripo" name="arcache-backend-memcached" rev="0.0.4">
<artifact name="arcache-backend-memcached" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.siripo', module='arcache-backend-memcached', version='0.0.4')
)
libraryDependencies += "ar.com.siripo" % "arcache-backend-memcached" % "0.0.4"
[ar.com.siripo/arcache-backend-memcached "0.0.4"]