MVN

net.sf.snmpadaptor4j : snmpAdaptor4j-jmx

Maven & Gradle

Mar 12, 2013
1 usages

snmpAdaptor4j-jmx · This project contains the SNMP adaptor for JMX. It generates a JAR file to put into each Java projects in which you want to add SNMP protocol to monitoring system.

<dependency>
    <groupId>net.sf.snmpadaptor4j</groupId>
    <artifactId>snmpAdaptor4j-jmx</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.snmpadaptor4j : snmpAdaptor4j-jmx to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1

All Versions

Choose a version of net.sf.snmpadaptor4j : snmpAdaptor4j-jmx to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1
snmpAdaptor4j-jmx-1.1
1.0
snmpAdaptor4j-jmx-1.0

How to add a dependency to Maven

Add the following net.sf.snmpadaptor4j : snmpAdaptor4j-jmx maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.snmpadaptor4j</groupId>
    <artifactId>snmpAdaptor4j-jmx</artifactId>
    <version>1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.snmpadaptor4j : snmpAdaptor4j-jmx gradle dependency to your build.gradle file:

implementation 'net.sf.snmpadaptor4j:snmpAdaptor4j-jmx:1.1'

Gradle Kotlin DSL: Add the following net.sf.snmpadaptor4j : snmpAdaptor4j-jmx gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.snmpadaptor4j:snmpAdaptor4j-jmx:1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.snmpadaptor4j : snmpAdaptor4j-jmx sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.snmpadaptor4j" % "snmpAdaptor4j-jmx" % "1.1"