MVN

uk.co.spudsoft : dir-cache

Maven & Gradle

May 29, 2023
0 stars

Dir Cache · Cache metadata for a complete directory tree, with monitoring for changes.

<dependency>
    <groupId>uk.co.spudsoft</groupId>
    <artifactId>dir-cache</artifactId>
    <version>0.0.19</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.co.spudsoft : dir-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.19

All Versions

Choose a version of uk.co.spudsoft : dir-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
dir-cache-0.0.19
dir-cache-0.0.18
dir-cache-0.0.17
dir-cache-0.0.16
dir-cache-0.0.15
dir-cache-0.0.14
dir-cache-0.0.13
dir-cache-0.0.12
dir-cache-0.0.11
dir-cache-0.0.10
dir-cache-0.0.9
dir-cache-0.0.8
dir-cache-0.0.7
dir-cache-0.0.5
dir-cache-0.0.3
dir-cache-0.0.2
dir-cache-0.0.1

How to add a dependency to Maven

Add the following uk.co.spudsoft : dir-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.co.spudsoft</groupId>
    <artifactId>dir-cache</artifactId>
    <version>0.0.19</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.co.spudsoft : dir-cache gradle dependency to your build.gradle file:

implementation 'uk.co.spudsoft:dir-cache:0.0.19'

Gradle Kotlin DSL: Add the following uk.co.spudsoft : dir-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.co.spudsoft:dir-cache:0.0.19")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.co.spudsoft : dir-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.co.spudsoft" % "dir-cache" % "0.0.19"

Advertisement