MVN

com.github.phantomthief : zknotify-cache

Maven & Gradle

Aug 09, 2022
3 usages

zknotify-cache · A ZooKeeper notify reload cache

<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>zknotify-cache</artifactId>
    <version>0.1.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.phantomthief : zknotify-cache to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.23

All Versions

Choose a version of com.github.phantomthief : zknotify-cache to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
zknotify-cache-0.1.23
zknotify-cache-0.1.22
zknotify-cache-0.1.21
zknotify-cache-0.1.20
zknotify-cache-0.1.19
zknotify-cache-0.1.18
zknotify-cache-0.1.16
zknotify-cache-0.1.15
zknotify-cache-0.1.14
zknotify-cache-0.1.13
zknotify-cache-0.1.12
zknotify-cache-0.1.11
zknotify-cache-0.1.10
zknotify-cache-0.1.9
zknotify-cache-0.1.8
zknotify-cache-0.1.7
zknotify-cache-0.1.6
zknotify-cache-0.1.5
zknotify-cache-0.1.4
zknotify-cache-0.1.3
zknotify-cache-0.1.2
zknotify-cache-0.1.1
zknotify-cache-0.1.0

How to add a dependency to Maven

Add the following com.github.phantomthief : zknotify-cache maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>zknotify-cache</artifactId>
    <version>0.1.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.phantomthief : zknotify-cache gradle dependency to your build.gradle file:

implementation 'com.github.phantomthief:zknotify-cache:0.1.23'

Gradle Kotlin DSL: Add the following com.github.phantomthief : zknotify-cache gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.phantomthief:zknotify-cache:0.1.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.phantomthief : zknotify-cache sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.phantomthief" % "zknotify-cache" % "0.1.23"

Advertisement