Download JNRPE Library

JNRPE Library is distributed in several formats for your convenience. Use a source archive if you intend to build JNRPE Library yourself. Otherwise, simply pick a ready-made binary distribution and follow the installation instructions given at the end of this document.

JNRPE Library is distributed under the Apache License, version 2.0.

JNRPE Library 2.0.4

Download from sourceforge

PackageLink
JNRPE lib 2.0.4 (Binary tar.gz)JNRPE lib 2.0.4 (Binary tar.gz)
JNRPE lib 2.0.4 (Binary zip)JNRPE lib 2.0.4 (Binary zip)
JNRPE lib 2.0.4 (Source tar.gz)JNRPE lib 2.0.4 (Source tar.gz)
JNRPE lib 2.0.4 (Source zip)JNRPE lib 2.0.4 (Source zip)

Link from Maven

To add jnrpe library to your maven project, add the following dependency:

<dependency>
    <groupId>net.sf.jnrpe</groupId>
    <artifactId>jnrpe-lib</artifactId>
    <version>2.0.4</version>
</dependency>