GroupId | GroupIdcom.iqarr.cache |
---|---|
ArtifactId | ArtifactIdcache-utils |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
cache-utils-0.0.1.pom | |
cache-utils-0.0.1.jar | 9 KB |
cache-utils-0.0.1-sources.jar | 5 KB |
cache-utils-0.0.1-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.iqarr.cache/cache-utils/ -->
<dependency>
<groupId>com.iqarr.cache</groupId>
<artifactId>cache-utils</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.iqarr.cache/cache-utils/
implementation 'com.iqarr.cache:cache-utils:0.0.1'
// https://jarcasting.com/artifacts/com.iqarr.cache/cache-utils/
implementation ("com.iqarr.cache:cache-utils:0.0.1")
'com.iqarr.cache:cache-utils:jar:0.0.1'
<dependency org="com.iqarr.cache" name="cache-utils" rev="0.0.1">
<artifact name="cache-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.iqarr.cache', module='cache-utils', version='0.0.1')
)
libraryDependencies += "com.iqarr.cache" % "cache-utils" % "0.0.1"
[com.iqarr.cache/cache-utils "0.0.1"]