MVN

org.xpathqs : cache

Maven & Gradle

Nov 21, 2022
1 stars

XpathQS Cache · A library for working with cache

<dependency>
    <groupId>org.xpathqs</groupId>
    <artifactId>cache</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.xpathqs : cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of org.xpathqs : cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
cache-0.2
0.1
cache-0.1

How to add a dependency to Maven

Add the following org.xpathqs : cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.xpathqs</groupId>
    <artifactId>cache</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.xpathqs : cache gradle dependency to your build.gradle file:

implementation 'org.xpathqs:cache:0.2'

Gradle Kotlin DSL: Add the following org.xpathqs : cache gradle kotlin dependency to your build.gradle.kts file:

implementation("org.xpathqs:cache:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.xpathqs : cache sbt scala dependency to your build.sbt file:

libraryDependencies += "org.xpathqs" % "cache" % "0.2"

Advertisement

Dependencies from Group

log
Nov 21, 2022
4 usages
2 stars
May 27, 2021
3 usages
5 stars
May 26, 2021
3 usages
2 stars
Nov 21, 2022
3 usages
5 stars
May 27, 2021
2 usages
2 stars

Discover Dependencies