MVN

com.netflix.iep : iep-jmxport

Maven & Gradle

Mar 11, 2015
1 usages
86 stars

iep-jmxport · iep-jmxport

<dependency>
    <groupId>com.netflix.iep</groupId>
    <artifactId>iep-jmxport</artifactId>
    <version>0.1.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.netflix.iep : iep-jmxport to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.13

All Versions

Choose a version of com.netflix.iep : iep-jmxport to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
iep-jmxport-0.1.13
iep-jmxport-0.1.12
iep-jmxport-0.1.11
iep-jmxport-0.1.10
iep-jmxport-0.1.9
iep-jmxport-0.1.8
iep-jmxport-0.1.7
iep-jmxport-0.1.6

How to add a dependency to Maven

Add the following com.netflix.iep : iep-jmxport maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.netflix.iep</groupId>
    <artifactId>iep-jmxport</artifactId>
    <version>0.1.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.netflix.iep : iep-jmxport gradle dependency to your build.gradle file:

implementation 'com.netflix.iep:iep-jmxport:0.1.13'

Gradle Kotlin DSL: Add the following com.netflix.iep : iep-jmxport gradle kotlin dependency to your build.gradle.kts file:

implementation("com.netflix.iep:iep-jmxport:0.1.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.netflix.iep : iep-jmxport sbt scala dependency to your build.sbt file:

libraryDependencies += "com.netflix.iep" % "iep-jmxport" % "0.1.13"

Advertisement