License |
License |
---|---|
GroupId | GroupIdfr.jrds |
ArtifactId | ArtifactIdjrds |
Version | Version2021.1 |
Type | Typepom |
Description |
DescriptionJRDS
Another monitoring application, intentend to be simple to use and extensible.
|
Project Organization |
Project OrganizationJRDS |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jrds-2021.1.pom | 20 KB |
Browse |
<!-- https://jarcasting.com/artifacts/fr.jrds/jrds/ -->
<dependency>
<groupId>fr.jrds</groupId>
<artifactId>jrds</artifactId>
<version>2021.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/fr.jrds/jrds/
implementation 'fr.jrds:jrds:2021.1'
// https://jarcasting.com/artifacts/fr.jrds/jrds/
implementation ("fr.jrds:jrds:2021.1")
'fr.jrds:jrds:pom:2021.1'
<dependency org="fr.jrds" name="jrds" rev="2021.1">
<artifact name="jrds" type="pom" />
</dependency>
@Grapes(
@Grab(group='fr.jrds', module='jrds', version='2021.1')
)
libraryDependencies += "fr.jrds" % "jrds" % "2021.1"
[fr.jrds/jrds "2021.1"]