GroupId | GroupIdcom.github.mizool.jcache |
---|---|
ArtifactId | ArtifactIdjcache |
Version | Version0.1 |
Type | Typepom |
Filename | Size |
---|---|
jcache-0.1.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/ -->
<dependency>
<groupId>com.github.mizool.jcache</groupId>
<artifactId>jcache</artifactId>
<version>0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/
implementation 'com.github.mizool.jcache:jcache:0.1'
// https://jarcasting.com/artifacts/com.github.mizool.jcache/jcache/
implementation ("com.github.mizool.jcache:jcache:0.1")
'com.github.mizool.jcache:jcache:pom:0.1'
<dependency org="com.github.mizool.jcache" name="jcache" rev="0.1">
<artifact name="jcache" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mizool.jcache', module='jcache', version='0.1')
)
libraryDependencies += "com.github.mizool.jcache" % "jcache" % "0.1"
[com.github.mizool.jcache/jcache "0.1"]