Last Version

jsystemd 1.0.3.2

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.tomtom.jsystemd
ArtifactId

ArtifactId

jsystemd
Version

Version

1.0.3.2
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/tomtom-international/jsystemd

Download jsystemd 1.0.3.2

Filename Size
jsystemd-1.0.3.2.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd/ -->
<dependency>
    <groupId>com.tomtom.jsystemd</groupId>
    <artifactId>jsystemd</artifactId>
    <version>1.0.3.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd/
implementation 'com.tomtom.jsystemd:jsystemd:1.0.3.2'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd/
implementation ("com.tomtom.jsystemd:jsystemd:1.0.3.2")
'com.tomtom.jsystemd:jsystemd:pom:1.0.3.2'
<dependency org="com.tomtom.jsystemd" name="jsystemd" rev="1.0.3.2">
  <artifact name="jsystemd" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd', version='1.0.3.2')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd" % "1.0.3.2"
[com.tomtom.jsystemd/jsystemd "1.0.3.2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

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