Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdcom.github.treeleafj |
ArtifactId | ArtifactIdtreeleaf-cache |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
treeleaf-cache-1.3.1.pom | |
treeleaf-cache-1.3.1.jar | 17 KB |
treeleaf-cache-1.3.1-sources.jar | 11 KB |
treeleaf-cache-1.3.1-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.treeleafj/treeleaf-cache/ -->
<dependency>
<groupId>com.github.treeleafj</groupId>
<artifactId>treeleaf-cache</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.treeleafj/treeleaf-cache/
implementation 'com.github.treeleafj:treeleaf-cache:1.3.1'
// https://jarcasting.com/artifacts/com.github.treeleafj/treeleaf-cache/
implementation ("com.github.treeleafj:treeleaf-cache:1.3.1")
'com.github.treeleafj:treeleaf-cache:jar:1.3.1'
<dependency org="com.github.treeleafj" name="treeleaf-cache" rev="1.3.1">
<artifact name="treeleaf-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.treeleafj', module='treeleaf-cache', version='1.3.1')
)
libraryDependencies += "com.github.treeleafj" % "treeleaf-cache" % "1.3.1"
[com.github.treeleafj/treeleaf-cache "1.3.1"]