MVN

com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx

Maven & Gradle

Jun 14, 2023

JEAF Tools Impl JMX

<dependency>
    <groupId>com.anaptecs.jeaf.tools</groupId>
    <artifactId>jeaf-tools-impl-jmx</artifactId>
    <version>1.8.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8.0

All Versions

Choose a version of com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8.x
jeaf-tools-impl-jmx-1.8.0
1.6.x
jeaf-tools-impl-jmx-1.6.24
jeaf-tools-impl-jmx-1.6.23
jeaf-tools-impl-jmx-1.6.22
jeaf-tools-impl-jmx-1.6.21
jeaf-tools-impl-jmx-1.6.20
jeaf-tools-impl-jmx-1.6.19
jeaf-tools-impl-jmx-1.6.18
jeaf-tools-impl-jmx-1.6.16
jeaf-tools-impl-jmx-1.6.15
jeaf-tools-impl-jmx-1.6.14
jeaf-tools-impl-jmx-1.6.13
jeaf-tools-impl-jmx-1.6.12
jeaf-tools-impl-jmx-1.6.11
jeaf-tools-impl-jmx-1.6.10
jeaf-tools-impl-jmx-1.6.9
jeaf-tools-impl-jmx-1.6.8
jeaf-tools-impl-jmx-1.6.7
jeaf-tools-impl-jmx-1.6.6
jeaf-tools-impl-jmx-1.6.5
jeaf-tools-impl-jmx-1.6.4
jeaf-tools-impl-jmx-1.6.3
jeaf-tools-impl-jmx-1.6.2
jeaf-tools-impl-jmx-1.6.1

How to add a dependency to Maven

Add the following com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.anaptecs.jeaf.tools</groupId>
    <artifactId>jeaf-tools-impl-jmx</artifactId>
    <version>1.8.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx gradle dependency to your build.gradle file:

implementation 'com.anaptecs.jeaf.tools:jeaf-tools-impl-jmx:1.8.0'

Gradle Kotlin DSL: Add the following com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("com.anaptecs.jeaf.tools:jeaf-tools-impl-jmx:1.8.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.anaptecs.jeaf.tools : jeaf-tools-impl-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "com.anaptecs.jeaf.tools" % "jeaf-tools-impl-jmx" % "1.8.0"