Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
mvn install:install-file -Dfile=SNMP4J.jar -DgroupId=org.snmp4j -DartifactId=snmp4j -Dversion=1.10.1 -Dpackaging=jar -DgeneratePom=true
Code Block
mvn install:install-file -Dfile=SNMP4J-Agent.jar -DgroupId=org.snmp4j -DartifactId=snmp4j-agent -Dversion=1.3.1 -Dpackaging=jar -DgeneratePom=true

AgenPro JAR

Download the AgenPro.jar file and install it into your Maven repository:

Code Block
mvn install:install-file -Dfile=agenpro3.jar -DgroupId=com.oosnmp.agenpro -DartifactId=agenpro -Dversion=3.0.0 -Dpackaging=jar -DgeneratePom=true

AgenPro Maven Plugin

Download the AgenPro 3 Maven plugin and install it into your Maven repository:

Code Block
mvn install:install-file -Dfile=agenpro3-plugin.jar -DgroupId=com.oosnmp.agenpro -DartifactId=agenpro-plugin -Dversion=3.0.0 -Dpackaging=jar -DgeneratePom=true