GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdcache |
Version | Version0.0.8 |
Type | Typejar |
Filename | Size |
---|---|
cache-0.0.8.pom | |
cache-0.0.8.jar | 3 KB |
cache-0.0.8-tests.jar | 1 KB |
cache-0.0.8-sources.jar | 4 KB |
cache-0.0.8-javadoc.jar | 44 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/cache/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>cache</artifactId>
<version>0.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/cache/
implementation 'org.tinygroup:cache:0.0.8'
// https://jarcasting.com/artifacts/org.tinygroup/cache/
implementation ("org.tinygroup:cache:0.0.8")
'org.tinygroup:cache:jar:0.0.8'
<dependency org="org.tinygroup" name="cache" rev="0.0.8">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='cache', version='0.0.8')
)
libraryDependencies += "org.tinygroup" % "cache" % "0.0.8"
[org.tinygroup/cache "0.0.8"]