MVN

com.netflix.iep : iep-jmxport

Maven & Gradle

Mar 11, 2015
1 usages
74 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 Updated
  • iep-jmxport-0.1.13

    Mar 11, 2015
  • iep-jmxport-0.1.12

    Mar 06, 2015
  • iep-jmxport-0.1.11

    Feb 27, 2015
  • iep-jmxport-0.1.10

    Feb 23, 2015
  • iep-jmxport-0.1.9

    Feb 23, 2015
  • iep-jmxport-0.1.8

    Feb 18, 2015
  • iep-jmxport-0.1.7

    Feb 11, 2015
  • iep-jmxport-0.1.6

    Jan 31, 2015

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"