Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdde.dm.infrastructure |
ArtifactId | ArtifactIdspring-boot-systemd-notification |
Version | Version1.0.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.dm.infrastructure/spring-boot-systemd-notification/
implementation 'de.dm.infrastructure:spring-boot-systemd-notification:1.0.1'
// https://jarcasting.com/artifacts/de.dm.infrastructure/spring-boot-systemd-notification/
implementation ("de.dm.infrastructure:spring-boot-systemd-notification:1.0.1")
'de.dm.infrastructure:spring-boot-systemd-notification:jar:1.0.1'
<dependency org="de.dm.infrastructure" name="spring-boot-systemd-notification" rev="1.0.1">
<artifact name="spring-boot-systemd-notification" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.dm.infrastructure', module='spring-boot-systemd-notification', version='1.0.1')
)
libraryDependencies += "de.dm.infrastructure" % "spring-boot-systemd-notification" % "1.0.1"
[de.dm.infrastructure/spring-boot-systemd-notification "1.0.1"]