Download jnrpe-lib-2.0.3.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.3 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.3.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials