Download jnrpe-lib-2.0.4.jar file - Jar j

Jar examples for j:jnrpe-lib

Description

A library that implements the NRPE protocol for JAVA applications

You can download jar file jnrpe-lib 2.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jnrpe-lib-2.0.4.jar to your project.

<dependency>
   <groupId>net.sf.jnrpe</groupId>
   <artifactId>jnrpe-lib</artifactId>
   <version>2.0.4</version>
</dependency>
compile group: 'net.sf.jnrpe', name: 'jnrpe-lib', version: '2.0.4'
libraryDependencies += "net.sf.jnrpe" % "jnrpe-lib" % "2.0.4"
<dependency org="net.sf.jnrpe" name="jnrpe-lib" rev="2.0.4"/>
@Grapes(@Grab(group='net.sf.jnrpe', module='jnrpe-lib', version='2.0.4'))
'net.sf.jnrpe:jnrpe-lib:jar:2.0.4'

Download

Click the following link to download the jar file.

jnrpe-lib-2.0.4-javadoc.jar
jnrpe-lib-2.0.4-sources.jar
jnrpe-lib-2.0.4.jar
jnrpe-lib-2.0.4.pom



Related Tutorials