MVN

com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-liberty-api

Maven & Gradle

Jun 28, 2023
1 usages
17 stars

IBM WebSphere Liberty profile JMX collection and streaming API package

<dependency>
    <groupId>com.jkoolcloud.tnt4j.stream</groupId>
    <artifactId>tnt4j-stream-jmx-liberty-api</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-liberty-api 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-liberty-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17.x
tnt4j-stream-jmx-liberty-api-1.17.1
tnt4j-stream-jmx-liberty-api-1.17.0
1.16.x
tnt4j-stream-jmx-liberty-api-1.16.0
1.15.x
tnt4j-stream-jmx-liberty-api-1.15.3
tnt4j-stream-jmx-liberty-api-1.15.2
tnt4j-stream-jmx-liberty-api-1.15.1
0.15.x
tnt4j-stream-jmx-liberty-api-0.15.0
0.14.x
tnt4j-stream-jmx-liberty-api-0.14.3
tnt4j-stream-jmx-liberty-api-0.14.2
tnt4j-stream-jmx-liberty-api-0.14.1
0.14
tnt4j-stream-jmx-liberty-api-0.14
0.13.x
tnt4j-stream-jmx-liberty-api-0.13.2
tnt4j-stream-jmx-liberty-api-0.13.1
0.13
tnt4j-stream-jmx-liberty-api-0.13
0.12.x
tnt4j-stream-jmx-liberty-api-0.12.1
0.12
tnt4j-stream-jmx-liberty-api-0.12
0.11
tnt4j-stream-jmx-liberty-api-0.11
0.10
tnt4j-stream-jmx-liberty-api-0.10
0.9
tnt4j-stream-jmx-liberty-api-0.9
0.8.x
tnt4j-stream-jmx-liberty-api-0.8.7
tnt4j-stream-jmx-liberty-api-0.8.6
tnt4j-stream-jmx-liberty-api-0.8.5
tnt4j-stream-jmx-liberty-api-0.8.4
tnt4j-stream-jmx-liberty-api-0.8.3
tnt4j-stream-jmx-liberty-api-0.8.2
tnt4j-stream-jmx-liberty-api-0.8.1
0.8
tnt4j-stream-jmx-liberty-api-0.8
0.7
tnt4j-stream-jmx-liberty-api-0.7

How to add a dependency to Maven

Add the following com.jkoolcloud.tnt4j.stream : tnt4j-stream-jmx-liberty-api 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-liberty-api</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-liberty-api gradle dependency to your build.gradle file:

implementation 'com.jkoolcloud.tnt4j.stream:tnt4j-stream-jmx-liberty-api:1.17.1'

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

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

How to add a dependency to SBT Scala

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

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