is not current version
Last Version 2.1.0

com.github.thjomnx:java-systemd 1.1.0

Java access to systemd via D-Bus

Categories

Categories

Java Languages
GroupId

GroupId

com.github.thjomnx
ArtifactId

ArtifactId

java-systemd
Version

Version

1.1.0
Type

Type

jar

Download java-systemd 1.1.0


<!-- https://jarcasting.com/artifacts/com.github.thjomnx/java-systemd/ -->
<dependency>
    <groupId>com.github.thjomnx</groupId>
    <artifactId>java-systemd</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thjomnx/java-systemd/
implementation 'com.github.thjomnx:java-systemd:1.1.0'
// https://jarcasting.com/artifacts/com.github.thjomnx/java-systemd/
implementation ("com.github.thjomnx:java-systemd:1.1.0")
'com.github.thjomnx:java-systemd:jar:1.1.0'
<dependency org="com.github.thjomnx" name="java-systemd" rev="1.1.0">
  <artifact name="java-systemd" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thjomnx', module='java-systemd', version='1.1.0')
)
libraryDependencies += "com.github.thjomnx" % "java-systemd" % "1.1.0"
[com.github.thjomnx/java-systemd "1.1.0"]