License |
License |
---|---|
GroupId | GroupIdcom.github.jpmsilva.jsystemd |
ArtifactId | ArtifactIdjsystemd |
Version | Version2.0.1 |
Type | Typepom |
Description |
Descriptionjsystemd
jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jsystemd-2.0.1.pom | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/ -->
<dependency>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd</artifactId>
<version>2.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/
implementation 'com.github.jpmsilva.jsystemd:jsystemd:2.0.1'
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd/
implementation ("com.github.jpmsilva.jsystemd:jsystemd:2.0.1")
'com.github.jpmsilva.jsystemd:jsystemd:pom:2.0.1'
<dependency org="com.github.jpmsilva.jsystemd" name="jsystemd" rev="2.0.1">
<artifact name="jsystemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmsilva.jsystemd', module='jsystemd', version='2.0.1')
)
libraryDependencies += "com.github.jpmsilva.jsystemd" % "jsystemd" % "2.0.1"
[com.github.jpmsilva.jsystemd/jsystemd "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains : annotations Optional | jar | 20.1.0 |