Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.tomtom.jsystemd |
ArtifactId | ArtifactIdjsystemd-spring-boot-starter |
Version | Version1.0.3.1 |
Type | Typejar |
<!-- 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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation 'com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.1'
// https://jarcasting.com/artifacts/com.tomtom.jsystemd/jsystemd-spring-boot-starter/
implementation ("com.tomtom.jsystemd:jsystemd-spring-boot-starter:1.0.3.1")
'com.tomtom.jsystemd:jsystemd-spring-boot-starter:jar:1.0.3.1'
<dependency org="com.tomtom.jsystemd" name="jsystemd-spring-boot-starter" rev="1.0.3.1">
<artifact name="jsystemd-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.tomtom.jsystemd', module='jsystemd-spring-boot-starter', version='1.0.3.1')
)
libraryDependencies += "com.tomtom.jsystemd" % "jsystemd-spring-boot-starter" % "1.0.3.1"
[com.tomtom.jsystemd/jsystemd-spring-boot-starter "1.0.3.1"]