MVN

com.github.phantomthief : zkconfig-resources

Maven & Gradle

Feb 11, 2019
4 usages

zkconfig-resources · A ZooKeeper based configuration resources holder

<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>zkconfig-resources</artifactId>
    <version>1.1.28</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1.28

All Versions

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

Version Vulnerabilities Updated
1.1.x
zkconfig-resources-1.1.28
zkconfig-resources-1.1.27
zkconfig-resources-1.1.26
zkconfig-resources-1.1.25
zkconfig-resources-1.1.24
zkconfig-resources-1.1.23
zkconfig-resources-1.1.22
zkconfig-resources-1.1.21
zkconfig-resources-1.1.20
zkconfig-resources-1.1.19
zkconfig-resources-1.1.18
zkconfig-resources-1.1.17
zkconfig-resources-1.1.16
zkconfig-resources-1.1.15
zkconfig-resources-1.1.14
zkconfig-resources-1.1.13
zkconfig-resources-1.1.12
zkconfig-resources-1.1.11
zkconfig-resources-1.1.10
zkconfig-resources-1.1.9
zkconfig-resources-1.1.8
zkconfig-resources-1.1.7
zkconfig-resources-1.1.6
zkconfig-resources-1.1.5
zkconfig-resources-1.1.4
zkconfig-resources-1.1.3
zkconfig-resources-1.1.1
zkconfig-resources-1.1.0
1.0.x
zkconfig-resources-1.0.2
zkconfig-resources-1.0.1
zkconfig-resources-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.phantomthief</groupId>
    <artifactId>zkconfig-resources</artifactId>
    <version>1.1.28</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.phantomthief:zkconfig-resources:1.1.28'

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

implementation("com.github.phantomthief:zkconfig-resources:1.1.28")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.phantomthief" % "zkconfig-resources" % "1.1.28"