License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdcom.tomtom.jsystemd |
ArtifactId | ArtifactIdjsystemd-spring-boot-starter |
Version | Version1.0.3.2 |
Type | Typejar |
Description |
Descriptionjsystemd starter module for Spring Boot
Spring boot starter that provides auto-configuration for jsystemd, effectively turning any spring boot application into a proper system service
under systemd.
|
<!-- https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/ -->
<dependency>
<groupId>com.tomtom.jsystemd</groupId>
<artifactId>jsystemd-spring-boot-starter</artifactId>
<version>1.0.3.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation 'com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.2'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation ("com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.2")
'com.tomtom.jsystemd:jsystemd-spring-boot-starter:jar:1.0.3.2'
<dependency org="com.tomtom.jsystemd" name="jsystemd-spring-boot-starter" rev="1.0.3.2">
<artifact name="jsystemd-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd-spring-boot-starter', version='1.0.3.2')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd-spring-boot-starter" % "1.0.3.2"
[com.tomtom.jsystemd/jsystemd-spring-boot-starter "1.0.3.2"]
Group / Artifact | Type | Version |
---|---|---|
com.tomtom.jsystemd : jsystemd-core | jar | 1.0.3.2 |
org.springframework.boot : spring-boot-autoconfigure | jar | |
org.springframework.boot : spring-boot-starter-tomcat Optional | jar | |
com.github.jpmsilva.groundlevel-utilities : groundlevel-utilities | jar | 1.0.3 |
org.springframework.boot : spring-boot-starter-actuator Optional | jar |