jsystemd core

The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.

License

License

GroupId

GroupId

com.tomtom.jsystemd
ArtifactId

ArtifactId

jsystemd-core
Last Version

Last Version

1.0.3.2
Release Date

Release Date

Type

Type

jar
Description

Description

jsystemd core
The core library for systemd integration. This component does not depend on Spring, and can be used in any Java application.

Download jsystemd-core

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

Project Modules

There are no modules declared in this project.

jsystemd

This project contains modules to integrate Java services with systemd.

It aims primarily to provide decent integration of services developed with Spring Boot, but may contain interesting and reusable components for other projects.

How to use

When using Spring Boot, simply import the com.github.jpmsilva.jsystemd:systemd-spring-boot-starter dependency into your own project.

Refer to the documentation site for more information, and how to use outside of Spring Boot.

com.tomtom.jsystemd

TomTom

TomTom is the location technology provider enabling developers to build applications which are contributing to a safer, cleaner and less congested world.

Versions

Version
1.0.3.2
1.0.3.1