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