is not current version
Last Version 0.6

com.gregmarut.commons:filecache 0.1-RELEASE


GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

filecache
Version

Version

0.1-RELEASE
Type

Type

jar

Download filecache 0.1-RELEASE


<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/ -->
<dependency>
    <groupId>com.gregmarut.commons</groupId>
    <artifactId>filecache</artifactId>
    <version>0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/
implementation 'com.gregmarut.commons:filecache:0.1-RELEASE'
// https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/
implementation ("com.gregmarut.commons:filecache:0.1-RELEASE")
'com.gregmarut.commons:filecache:jar:0.1-RELEASE'
<dependency org="com.gregmarut.commons" name="filecache" rev="0.1-RELEASE">
  <artifact name="filecache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='filecache', version='0.1-RELEASE')
)
libraryDependencies += "com.gregmarut.commons" % "filecache" % "0.1-RELEASE"
[com.gregmarut.commons/filecache "0.1-RELEASE"]