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