is not current version
Last Version 1.0.3

de.dm.infrastructure:spring-boot-systemd-notification 1.0.0

Spring Boot systemd notification. Notifies systemd after Application Context is ready.

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

de.dm.infrastructure
ArtifactId

ArtifactId

spring-boot-systemd-notification
Version

Version

1.0.0
Type

Type

jar

Download spring-boot-systemd-notification 1.0.0


<!-- https://jarcasting.com/artifacts/de.dm.infrastructure/spring-boot-systemd-notification/ -->
<dependency>
    <groupId>de.dm.infrastructure</groupId>
    <artifactId>spring-boot-systemd-notification</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/spring-boot-systemd-notification/
implementation 'de.dm.infrastructure:spring-boot-systemd-notification:1.0.0'
// https://jarcasting.com/artifacts/de.dm.infrastructure/spring-boot-systemd-notification/
implementation ("de.dm.infrastructure:spring-boot-systemd-notification:1.0.0")
'de.dm.infrastructure:spring-boot-systemd-notification:jar:1.0.0'
<dependency org="de.dm.infrastructure" name="spring-boot-systemd-notification" rev="1.0.0">
  <artifact name="spring-boot-systemd-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='spring-boot-systemd-notification', version='1.0.0')
)
libraryDependencies += "de.dm.infrastructure" % "spring-boot-systemd-notification" % "1.0.0"
[de.dm.infrastructure/spring-boot-systemd-notification "1.0.0"]