License |
License |
---|---|
GroupId | GroupIdcom.github.dpimkin.systemd |
ArtifactId | ArtifactIdsimple-watchdog-example |
Version | Version0.0.1 |
Type | Typejar |
Description |
Descriptionsimple-watchdog-example
Systemd/watchdog integration for Spring Boot
|
<!-- https://jarcasting.com/artifacts/com.github.dpimkin.systemd/simple-watchdog-example/ -->
<dependency>
<groupId>com.github.dpimkin.systemd</groupId>
<artifactId>simple-watchdog-example</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.dpimkin.systemd/simple-watchdog-example/
implementation 'com.github.dpimkin.systemd:simple-watchdog-example:0.0.1'
// https://jarcasting.com/artifacts/com.github.dpimkin.systemd/simple-watchdog-example/
implementation ("com.github.dpimkin.systemd:simple-watchdog-example:0.0.1")
'com.github.dpimkin.systemd:simple-watchdog-example:jar:0.0.1'
<dependency org="com.github.dpimkin.systemd" name="simple-watchdog-example" rev="0.0.1">
<artifact name="simple-watchdog-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.dpimkin.systemd', module='simple-watchdog-example', version='0.0.1')
)
libraryDependencies += "com.github.dpimkin.systemd" % "simple-watchdog-example" % "0.0.1"
[com.github.dpimkin.systemd/simple-watchdog-example "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter | jar | |
com.github.dpimkin.systemd : systemd-spring-boot-starter | jar | 0.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |