is not current version
Last Version 2.0.1

com.github.jpmsilva.jsystemd:jsystemd-core 2.0.0

The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.

GroupId

GroupId

com.github.jpmsilva.jsystemd
ArtifactId

ArtifactId

jsystemd-core
Version

Version

2.0.0
Type

Type

jar

Download jsystemd-core 2.0.0


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