License |
License |
---|---|
Categories |
CategoriesNet JNR Development Tools Native |
GroupId | GroupIdnet.sf.jnrpe |
ArtifactId | ArtifactIdjnrpe-lib |
Last Version | Last Version2.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjnrpe-lib
A library that implements the NRPE protocol for JAVA applications
|
Project URL |
Project URL |
Filename | Size |
---|---|
jnrpe-lib-2.0.5.pom | |
jnrpe-lib-2.0.5.jar | 34 KB |
jnrpe-lib-2.0.5-sources.jar | 34 KB |
jnrpe-lib-2.0.5-javadoc.jar | 136 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jnrpe/jnrpe-lib/ -->
<dependency>
<groupId>net.sf.jnrpe</groupId>
<artifactId>jnrpe-lib</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jnrpe/jnrpe-lib/
implementation 'net.sf.jnrpe:jnrpe-lib:2.0.5'
// https://jarcasting.com/artifacts/net.sf.jnrpe/jnrpe-lib/
implementation ("net.sf.jnrpe:jnrpe-lib:2.0.5")
'net.sf.jnrpe:jnrpe-lib:jar:2.0.5'
<dependency org="net.sf.jnrpe" name="jnrpe-lib" rev="2.0.5">
<artifact name="jnrpe-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jnrpe', module='jnrpe-lib', version='2.0.5')
)
libraryDependencies += "net.sf.jnrpe" % "jnrpe-lib" % "2.0.5"
[net.sf.jnrpe/jnrpe-lib "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.6 |
org.apache.mahout.commons : commons-cli | jar | 2.0-mahout |
dom4j : dom4j | jar | 1.6.1 |
io.netty : netty-all | jar | 4.0.19.Final |
com.google.guava : guava | jar | 17.0 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8 |