License |
License |
---|---|
GroupId | GroupIdcom.github.jpmsilva.jsystemd |
ArtifactId | ArtifactIdjsystemd-core |
Version | Version2.0.1 |
Type | Typejar |
Description |
Descriptionjsystemd core
The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.
|
Filename | Size |
---|---|
jsystemd-core-2.0.1.pom | |
jsystemd-core-2.0.1.jar | 21 KB |
jsystemd-core-2.0.1-sources.jar | 18 KB |
jsystemd-core-2.0.1-javadoc.jar | 424 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-core/ -->
<dependency>
<groupId>com.github.jpmsilva.jsystemd</groupId>
<artifactId>jsystemd-core</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-core/
implementation 'com.github.jpmsilva.jsystemd:jsystemd-core:2.0.1'
// https://jarcasting.com/artifacts/com.github.jpmsilva.jsystemd/jsystemd-core/
implementation ("com.github.jpmsilva.jsystemd:jsystemd-core:2.0.1")
'com.github.jpmsilva.jsystemd:jsystemd-core:jar:2.0.1'
<dependency org="com.github.jpmsilva.jsystemd" name="jsystemd-core" rev="2.0.1">
<artifact name="jsystemd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jpmsilva.jsystemd', module='jsystemd-core', version='2.0.1')
)
libraryDependencies += "com.github.jpmsilva.jsystemd" % "jsystemd-core" % "2.0.1"
[com.github.jpmsilva.jsystemd/jsystemd-core "2.0.1"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 5.7.0 |
org.slf4j : slf4j-api | jar | 1.7.30 |
com.jakewharton.byteunits : byteunits | jar | 0.9.1 |
org.apache.commons : commons-lang3 | jar | 3.11 |
org.jetbrains : annotations Optional | jar | 20.1.0 |