j

jmxtrans-systemd

.deb and .rpm packages for OS supporting systemd
Files download
File Operation
jmxtrans-systemd-272.pom download
Apache Maven
<dependency>
  <groupId>org.jmxtrans</groupId>
  <artifactId>jmxtrans-systemd</artifactId>
  <version>272</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jmxtrans:jmxtrans-systemd:272'
Gradle Kotlin
implementation("org.jmxtrans:jmxtrans-systemd:272")
Scala SBT
libraryDependencies += "org.jmxtrans" % "jmxtrans-systemd" % "272"
Groovy Grape
@Grapes(
  @Grab(group='org.jmxtrans', module='jmxtrans-systemd', version='272')
)
Apache Ivy
<dependency org="org.jmxtrans" name="jmxtrans-systemd" rev="272" />
Leiningen
[org.jmxtrans/jmxtrans-systemd "272"]
Apache Buildr
'org.jmxtrans:jmxtrans-systemd:jar:272'