is not current version
Last Version 0.6

com.gregmarut.commons:filecache 0.3


GroupId

GroupId

com.gregmarut.commons
ArtifactId

ArtifactId

filecache
Version

Version

0.3
Type

Type

jar

Download filecache 0.3


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