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