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