Last Version

systemd-spring-boot-examples 0.0.1

Systemd/watchdog integration for Spring Boot

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.github.dpimkin.systemd
ArtifactId

ArtifactId

systemd-spring-boot-examples
Version

Version

0.0.1
Type

Type

pom
Description

Description

systemd-spring-boot-examples
Systemd/watchdog integration for Spring Boot

Download systemd-spring-boot-examples 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.dpimkin.systemd/systemd-spring-boot-examples/ -->
<dependency>
    <groupId>com.github.dpimkin.systemd</groupId>
    <artifactId>systemd-spring-boot-examples</artifactId>
    <version>0.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.dpimkin.systemd/systemd-spring-boot-examples/
implementation 'com.github.dpimkin.systemd:systemd-spring-boot-examples:0.0.1'
// https://jarcasting.com/artifacts/com.github.dpimkin.systemd/systemd-spring-boot-examples/
implementation ("com.github.dpimkin.systemd:systemd-spring-boot-examples:0.0.1")
'com.github.dpimkin.systemd:systemd-spring-boot-examples:pom:0.0.1'
<dependency org="com.github.dpimkin.systemd" name="systemd-spring-boot-examples" rev="0.0.1">
  <artifact name="systemd-spring-boot-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.dpimkin.systemd', module='systemd-spring-boot-examples', version='0.0.1')
)
libraryDependencies += "com.github.dpimkin.systemd" % "systemd-spring-boot-examples" % "0.0.1"
[com.github.dpimkin.systemd/systemd-spring-boot-examples "0.0.1"]

Dependencies

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

Project Modules

  • simple-watchdog-example