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