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