is not current version
Last Version 2.0.1

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

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

1.0.3
Type

Type

jar

Download jsystemd-core 1.0.3


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