Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdio.github.goudai |
ArtifactId | ArtifactIdspring-boot-starter-runner-zookeeper |
Version | Version4.0.12 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner-zookeeper/ -->
<dependency>
<groupId>io.github.goudai</groupId>
<artifactId>spring-boot-starter-runner-zookeeper</artifactId>
<version>4.0.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner-zookeeper/
implementation 'io.github.goudai:spring-boot-starter-runner-zookeeper:4.0.12'
// https://jarcasting.com/artifacts/io.github.goudai/spring-boot-starter-runner-zookeeper/
implementation ("io.github.goudai:spring-boot-starter-runner-zookeeper:4.0.12")
'io.github.goudai:spring-boot-starter-runner-zookeeper:jar:4.0.12'
<dependency org="io.github.goudai" name="spring-boot-starter-runner-zookeeper" rev="4.0.12">
<artifact name="spring-boot-starter-runner-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.goudai', module='spring-boot-starter-runner-zookeeper', version='4.0.12')
)
libraryDependencies += "io.github.goudai" % "spring-boot-starter-runner-zookeeper" % "4.0.12"
[io.github.goudai/spring-boot-starter-runner-zookeeper "4.0.12"]