| GroupId | GroupIdcom.github.fbaro |
|---|---|
| ArtifactId | ArtifactIdtcache |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tcache-1.0.0.pom | |
| tcache-1.0.0.jar | 30 KB |
| tcache-1.0.0-sources.jar | 13 KB |
| tcache-1.0.0-javadoc.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.fbaro/tcache/ -->
<dependency>
<groupId>com.github.fbaro</groupId>
<artifactId>tcache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.fbaro/tcache/
implementation 'com.github.fbaro:tcache:1.0.0'
// https://jarcasting.com/artifacts/com.github.fbaro/tcache/
implementation ("com.github.fbaro:tcache:1.0.0")
'com.github.fbaro:tcache:jar:1.0.0'
<dependency org="com.github.fbaro" name="tcache" rev="1.0.0">
<artifact name="tcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.fbaro', module='tcache', version='1.0.0')
)
libraryDependencies += "com.github.fbaro" % "tcache" % "1.0.0"
[com.github.fbaro/tcache "1.0.0"]