MVN

net.sf.jnrpe : jnrpe-parent

Maven & Gradle

Sep 17, 2020
13 stars

Jnrpe Package · JNRPE is a Nagios addon that makes simple the implementation of Nagios plugins using the Java Language. It is fully compatible with check_nrpe and can be used to execute both old native Nagios plugins and the new Java Nagios Plugins.

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jnrpe-parent</artifactId>
    <version>2.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.jnrpe : jnrpe-parent to add to Maven - Latest Versions:

  • Latest Stable: 2.0.5

All Versions

Choose a version of net.sf.jnrpe : jnrpe-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.0.x
jnrpe-parent-2.0.5

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jnrpe-parent</artifactId>
    <version>2.0.5</version>
</dependency>

Advertisement