Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.welen.jmole |
ArtifactId | ArtifactIdjmole-protocol-nrpe |
Version | Version1.5.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.welen.jmole/jmole-protocol-nrpe/ -->
<dependency>
<groupId>net.welen.jmole</groupId>
<artifactId>jmole-protocol-nrpe</artifactId>
<version>1.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-protocol-nrpe/
implementation 'net.welen.jmole:jmole-protocol-nrpe:1.5.3'
// https://jarcasting.com/artifacts/net.welen.jmole/jmole-protocol-nrpe/
implementation ("net.welen.jmole:jmole-protocol-nrpe:1.5.3")
'net.welen.jmole:jmole-protocol-nrpe:jar:1.5.3'
<dependency org="net.welen.jmole" name="jmole-protocol-nrpe" rev="1.5.3">
<artifact name="jmole-protocol-nrpe" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.welen.jmole', module='jmole-protocol-nrpe', version='1.5.3')
)
libraryDependencies += "net.welen.jmole" % "jmole-protocol-nrpe" % "1.5.3"
[net.welen.jmole/jmole-protocol-nrpe "1.5.3"]