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