License |
License |
---|---|
GroupId | GroupIdcom.tomtom.jsystemd |
ArtifactId | ArtifactIdjsystemd-core |
Version | Version1.0.3.2 |
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-1.0.3.2.pom | |
jsystemd-core-1.0.3.2.jar | 20 KB |
jsystemd-core-1.0.3.2-sources.jar | 17 KB |
jsystemd-core-1.0.3.2-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/ -->
<dependency>
<groupId>com.tomtom.jsystemd</groupId>
<artifactId>jsystemd-core</artifactId>
<version>1.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/
implementation 'com.tomtom.jsystemd:jsystemd-core:1.0.3.2'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-core/
implementation ("com.tomtom.jsystemd:jsystemd-core:1.0.3.2")
'com.tomtom.jsystemd:jsystemd-core:jar:1.0.3.2'
<dependency org="com.tomtom.jsystemd" name="jsystemd-core" rev="1.0.3.2">
<artifact name="jsystemd-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd-core', version='1.0.3.2')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd-core" % "1.0.3.2"
[com.tomtom.jsystemd/jsystemd-core "1.0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
net.java.dev.jna : jna | jar | 4.5.1 |
org.slf4j : slf4j-api | jar | 1.7.25 |
com.jakewharton.byteunits : byteunits | jar | 0.9.1 |
org.apache.commons : commons-lang3 | jar | 3.9 |