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