MVN

org.objectweb.fractal.fscript : fpath-jmx

Maven & Gradle

Dec 08, 2010

FPath backend for JMX-based systems · An alternative backend for FPath to support nabigation and querying in JMX-based systems.

<dependency>
    <groupId>org.objectweb.fractal.fscript</groupId>
    <artifactId>fpath-jmx</artifactId>
    <version>2.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.objectweb.fractal.fscript : fpath-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.3

All Versions

Choose a version of org.objectweb.fractal.fscript : fpath-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
fpath-jmx-2.1.3
fpath-jmx-2.1.2
fpath-jmx-2.1.1
fpath-jmx-2.1.0

How to add a dependency to Maven

Add the following org.objectweb.fractal.fscript : fpath-jmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.objectweb.fractal.fscript</groupId>
    <artifactId>fpath-jmx</artifactId>
    <version>2.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.objectweb.fractal.fscript : fpath-jmx gradle dependency to your build.gradle file:

implementation 'org.objectweb.fractal.fscript:fpath-jmx:2.1.3'

Gradle Kotlin DSL: Add the following org.objectweb.fractal.fscript : fpath-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("org.objectweb.fractal.fscript:fpath-jmx:2.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.objectweb.fractal.fscript : fpath-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "org.objectweb.fractal.fscript" % "fpath-jmx" % "2.1.3"