MVN

com.github.jpmsilva.jsystemd : jsystemd

Maven & Gradle

Jul 29, 2023
25 stars

jsystemd · jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.

<dependency>
    <groupId>com.github.jpmsilva.jsystemd</groupId>
    <artifactId>jsystemd</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.jpmsilva.jsystemd : jsystemd to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0

All Versions

Choose a version of com.github.jpmsilva.jsystemd : jsystemd to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
jsystemd-3.1.0
3.0.x
jsystemd-3.0.0
2.0.x
jsystemd-2.0.1
jsystemd-2.0.0
1.0.x
jsystemd-1.0.3
jsystemd-1.0.2
jsystemd-1.0.1
jsystemd-1.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.jpmsilva.jsystemd</groupId>
    <artifactId>jsystemd</artifactId>
    <version>3.1.0</version>
</dependency>