GroupId | GroupIdio.meshware.cache |
---|---|
ArtifactId | ArtifactIdcache-ohc |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
cache-ohc-0.0.6.pom | |
cache-ohc-0.0.6.jar | 33 KB |
cache-ohc-0.0.6-sources.jar | 22 KB |
cache-ohc-0.0.6-javadoc.jar | 115 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/ -->
<dependency>
<groupId>io.meshware.cache</groupId>
<artifactId>cache-ohc</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/
implementation 'io.meshware.cache:cache-ohc:0.0.6'
// https://jarcasting.com/artifacts/io.meshware.cache/cache-ohc/
implementation ("io.meshware.cache:cache-ohc:0.0.6")
'io.meshware.cache:cache-ohc:jar:0.0.6'
<dependency org="io.meshware.cache" name="cache-ohc" rev="0.0.6">
<artifact name="cache-ohc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.meshware.cache', module='cache-ohc', version='0.0.6')
)
libraryDependencies += "io.meshware.cache" % "cache-ohc" % "0.0.6"
[io.meshware.cache/cache-ohc "0.0.6"]