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