GroupId | GroupIdcom.gregmarut.commons |
---|---|
ArtifactId | ArtifactIdfilecache |
Version | Version0.2-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
filecache-0.2-RELEASE.pom | |
filecache-0.2-RELEASE.jar | 7 KB |
filecache-0.2-RELEASE-sources.jar | 5 KB |
filecache-0.2-RELEASE-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/ -->
<dependency>
<groupId>com.gregmarut.commons</groupId>
<artifactId>filecache</artifactId>
<version>0.2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/
implementation 'com.gregmarut.commons:filecache:0.2-RELEASE'
// https://jarcasting.com/artifacts/com.gregmarut.commons/filecache/
implementation ("com.gregmarut.commons:filecache:0.2-RELEASE")
'com.gregmarut.commons:filecache:jar:0.2-RELEASE'
<dependency org="com.gregmarut.commons" name="filecache" rev="0.2-RELEASE">
<artifact name="filecache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gregmarut.commons', module='filecache', version='0.2-RELEASE')
)
libraryDependencies += "com.gregmarut.commons" % "filecache" % "0.2-RELEASE"
[com.gregmarut.commons/filecache "0.2-RELEASE"]