MVN

net.java.truevfs : truevfs-ext-insight

Maven & Gradle

Jan 30, 2021
1 usages
20 stars

TrueVFS Extension Insight · Instruments the TrueVFS Kernel for statistics monitoring via JMX. Add the JAR artifact of this module to the run time class path to make its services available for service location in the client API modules.

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-ext-insight</artifactId>
    <version>0.14.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.java.truevfs : truevfs-ext-insight to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14.0

All Versions

Choose a version of net.java.truevfs : truevfs-ext-insight to add to Maven or Gradle - All Versions:

  • Version Updated
  • truevfs-ext-insight-0.14.0

    Jan 30, 2021
  • truevfs-ext-insight-0.13.1

    Jan 26, 2021
  • truevfs-ext-insight-0.13.0

    Jan 25, 2021
  • truevfs-ext-insight-0.11.1

    Aug 07, 2016
  • truevfs-ext-insight-0.11.0

    Jun 11, 2015
  • truevfs-ext-insight-0.10.9

    Jun 05, 2015
  • truevfs-ext-insight-0.10.8

    Jan 23, 2015
  • truevfs-ext-insight-0.10.7

    Nov 24, 2014
  • truevfs-ext-insight-0.10.6

    Feb 27, 2014
  • truevfs-ext-insight-0.10.5

    Nov 07, 2013
  • truevfs-ext-insight-0.10.4

    Sep 28, 2013
  • truevfs-ext-insight-0.10.3

    Jul 19, 2013
  • truevfs-ext-insight-0.10.2

    May 15, 2013
  • truevfs-ext-insight-0.10.1

    Nov 23, 2012
  • truevfs-ext-insight-0.10

    Nov 16, 2012
  • truevfs-ext-insight-0.9.3

    Sep 20, 2012
  • truevfs-ext-insight-0.9.2

    Sep 16, 2012
  • truevfs-ext-insight-0.9.1

    Sep 04, 2012
  • truevfs-ext-insight-0.9

    Sep 03, 2012

How to add a dependency to Maven

Add the following net.java.truevfs : truevfs-ext-insight maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.java.truevfs</groupId>
    <artifactId>truevfs-ext-insight</artifactId>
    <version>0.14.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.java.truevfs : truevfs-ext-insight gradle dependency to your build.gradle file:

implementation 'net.java.truevfs:truevfs-ext-insight:0.14.0'

Gradle Kotlin DSL: Add the following net.java.truevfs : truevfs-ext-insight gradle kotlin dependency to your build.gradle.kts file:

implementation("net.java.truevfs:truevfs-ext-insight:0.14.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.java.truevfs : truevfs-ext-insight sbt scala dependency to your build.sbt file:

libraryDependencies += "net.java.truevfs" % "truevfs-ext-insight" % "0.14.0"