jsystemd

jsystemd aims to provide a better platform to integrate Java applications with systemd, and run them as proper operating system services.

License

License

GroupId

GroupId

com.github.jpmsilva.jsystemd
ArtifactId

ArtifactId

jsystemd
Last Version

Last Version

2.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

jsystemd
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

https://jpmsilva.github.io/jsystemd-site/
Source Code Management

Source Code Management

https://github.com/jpmsilva/jsystemd

Download jsystemd

Filename Size
jsystemd-2.0.1.pom 16 KB
Browse

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.jetbrains : annotations Optional jar 20.1.0

Project Modules

  • jsystemd-core
  • jsystemd-spring-boot-starter

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.

Versions

Version
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0