GroupId | GroupIdcom.lethanh98 |
---|---|
ArtifactId | ArtifactIdcache-file |
Version | Version1.5 |
Type | Typejar |
Filename | Size |
---|---|
cache-file-1.5.pom | |
cache-file-1.5.jar | 20 KB |
cache-file-1.5-sources.jar | 7 KB |
cache-file-1.5-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lethanh98/cache-file/ -->
<dependency>
<groupId>com.lethanh98</groupId>
<artifactId>cache-file</artifactId>
<version>1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.lethanh98/cache-file/
implementation 'com.lethanh98:cache-file:1.5'
// https://jarcasting.com/artifacts/com.lethanh98/cache-file/
implementation ("com.lethanh98:cache-file:1.5")
'com.lethanh98:cache-file:jar:1.5'
<dependency org="com.lethanh98" name="cache-file" rev="1.5">
<artifact name="cache-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lethanh98', module='cache-file', version='1.5')
)
libraryDependencies += "com.lethanh98" % "cache-file" % "1.5"
[com.lethanh98/cache-file "1.5"]