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