MVN

com.quantasnet.management : Managed

Maven & Gradle

Aug 19, 2013
0 stars

Managed · Easily add object instances to JMX with a simple annotation.

<dependency>
    <groupId>com.quantasnet.management</groupId>
    <artifactId>Managed</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.quantasnet.management : Managed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.quantasnet.management : Managed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Managed-1.0.3
Managed-1.0.2
Managed-1.0.1

How to add a dependency to Maven

Add the following com.quantasnet.management : Managed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.quantasnet.management</groupId>
    <artifactId>Managed</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.quantasnet.management : Managed gradle dependency to your build.gradle file:

implementation 'com.quantasnet.management:Managed:1.0.3'

Gradle Kotlin DSL: Add the following com.quantasnet.management : Managed gradle kotlin dependency to your build.gradle.kts file:

implementation("com.quantasnet.management:Managed:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.quantasnet.management : Managed sbt scala dependency to your build.sbt file:

libraryDependencies += "com.quantasnet.management" % "Managed" % "1.0.3"