MVN

com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk

Maven & Gradle

Jun 28, 2023
18 stars
<dependency>
    <groupId>com.jkoolcloud.tnt4j.stream</groupId>
    <artifactId>tnt4j-stream-jmx-zk</artifactId>
    <version>1.17.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17.1

All Versions

Choose a version of com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
tnt4j-stream-jmx-zk-1.17.1
tnt4j-stream-jmx-zk-1.17.0
1.16.x
tnt4j-stream-jmx-zk-1.16.0
1.15.x
tnt4j-stream-jmx-zk-1.15.3
tnt4j-stream-jmx-zk-1.15.2
tnt4j-stream-jmx-zk-1.15.1
0.15.x
tnt4j-stream-jmx-zk-0.15.0
0.14.x
tnt4j-stream-jmx-zk-0.14.3
tnt4j-stream-jmx-zk-0.14.2
tnt4j-stream-jmx-zk-0.14.1
0.14
tnt4j-stream-jmx-zk-0.14
0.13.x
tnt4j-stream-jmx-zk-0.13.2
tnt4j-stream-jmx-zk-0.13.1
0.13
tnt4j-stream-jmx-zk-0.13
0.12.x
tnt4j-stream-jmx-zk-0.12.1
0.12
tnt4j-stream-jmx-zk-0.12
0.11
tnt4j-stream-jmx-zk-0.11
0.10
tnt4j-stream-jmx-zk-0.10
0.9
tnt4j-stream-jmx-zk-0.9

How to add a dependency to Maven

Add the following com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.jkoolcloud.tnt4j.stream</groupId>
    <artifactId>tnt4j-stream-jmx-zk</artifactId>
    <version>1.17.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk gradle dependency to your build.gradle file:

implementation 'com.jkoolcloud.tnt4j.stream:tnt4j-stream-jmx-zk:1.17.1'

Gradle Kotlin DSL: Add the following com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.jkoolcloud.tnt4j.stream:tnt4j-stream-jmx-zk:1.17.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-zk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.jkoolcloud.tnt4j.stream" % "tnt4j-stream-jmx-zk" % "1.17.1"