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