MVN

com.tomtom.jsystemd : jsystemd

Maven & Gradle

Aug 03, 2020
1 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.tomtom.jsystemd</groupId>
    <artifactId>jsystemd</artifactId>
    <version>1.0.3.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.0.3.2

All Versions

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

Version Vulnerabilities Updated
1.0.x
jsystemd-1.0.3.2
jsystemd-1.0.3.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.tomtom.jsystemd</groupId>
    <artifactId>jsystemd</artifactId>
    <version>1.0.3.2</version>
</dependency>