GroupId | GroupIdcom.cetsoft |
---|---|
ArtifactId | ArtifactIdimcache |
Version | Version0.1.4 |
Type | Typejar |
Filename | Size |
---|---|
imcache-0.1.4.pom | |
imcache-0.1.4.jar | 15 KB |
imcache-0.1.4-sources.jar | 12 KB |
imcache-0.1.4-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.cetsoft/imcache/ -->
<dependency>
<groupId>com.cetsoft</groupId>
<artifactId>imcache</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.cetsoft/imcache/
implementation 'com.cetsoft:imcache:0.1.4'
// https://jarcasting.com/artifacts/com.cetsoft/imcache/
implementation ("com.cetsoft:imcache:0.1.4")
'com.cetsoft:imcache:jar:0.1.4'
<dependency org="com.cetsoft" name="imcache" rev="0.1.4">
<artifact name="imcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.cetsoft', module='imcache', version='0.1.4')
)
libraryDependencies += "com.cetsoft" % "imcache" % "0.1.4"
[com.cetsoft/imcache "0.1.4"]