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