| Categories |
Categoriesjmxtrans Application Testing & Monitoring Monitoring |
|---|---|
| GroupId | GroupIdorg.jmxtrans |
| ArtifactId | ArtifactIdjmxtrans-systemd |
| Version | Version261 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jmxtrans-systemd-261.pom | |
| jmxtrans-systemd-261.deb | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-systemd/ -->
<dependency>
<groupId>org.jmxtrans</groupId>
<artifactId>jmxtrans-systemd</artifactId>
<version>261</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-systemd/
implementation 'org.jmxtrans:jmxtrans-systemd:261'
// https://jarcasting.com/artifacts/org.jmxtrans/jmxtrans-systemd/
implementation ("org.jmxtrans:jmxtrans-systemd:261")
'org.jmxtrans:jmxtrans-systemd:pom:261'
<dependency org="org.jmxtrans" name="jmxtrans-systemd" rev="261">
<artifact name="jmxtrans-systemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jmxtrans', module='jmxtrans-systemd', version='261')
)
libraryDependencies += "org.jmxtrans" % "jmxtrans-systemd" % "261"
[org.jmxtrans/jmxtrans-systemd "261"]