GroupId | GroupIdar.com.siripo |
---|---|
ArtifactId | ArtifactIdarcache-common |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
arcache-common-1.1.0.pom | |
arcache-common-1.1.0.jar | 5 KB |
arcache-common-1.1.0-sources.jar | 3 KB |
arcache-common-1.1.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ar.com.siripo/arcache-common/ -->
<dependency>
<groupId>ar.com.siripo</groupId>
<artifactId>arcache-common</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-common/
implementation 'ar.com.siripo:arcache-common:1.1.0'
// https://jarcasting.com/artifacts/ar.com.siripo/arcache-common/
implementation ("ar.com.siripo:arcache-common:1.1.0")
'ar.com.siripo:arcache-common:jar:1.1.0'
<dependency org="ar.com.siripo" name="arcache-common" rev="1.1.0">
<artifact name="arcache-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='ar.com.siripo', module='arcache-common', version='1.1.0')
)
libraryDependencies += "ar.com.siripo" % "arcache-common" % "1.1.0"
[ar.com.siripo/arcache-common "1.1.0"]