j

jsystemd

jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.
https://jpmsilva.github.io/jsystemd-site/
The Apache Software License, Version 2.0
Joao Silva
Files download
File Operation
jsystemd-3.1.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.jpmsilva.jsystemd</groupId>
  <artifactId>jsystemd</artifactId>
  <version>3.1.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.jpmsilva.jsystemd:jsystemd:3.1.1'
Gradle Kotlin
implementation("com.github.jpmsilva.jsystemd:jsystemd:3.1.1")
Scala SBT
libraryDependencies += "com.github.jpmsilva.jsystemd" % "jsystemd" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jpmsilva.jsystemd', module='jsystemd', version='3.1.1')
)
Apache Ivy
<dependency org="com.github.jpmsilva.jsystemd" name="jsystemd" rev="3.1.1" />
Leiningen
[com.github.jpmsilva.jsystemd/jsystemd "3.1.1"]
Apache Buildr
'com.github.jpmsilva.jsystemd:jsystemd:jar:3.1.1'
Dependencies