is not current version
Last Version 2.0.7

io.github.raonigabriel:spring-boot-embedded-zookeeper 2.0.0

A small utility library that easily enables an embedded ZooKeeper server on SpringBoot apps

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

io.github.raonigabriel
ArtifactId

ArtifactId

spring-boot-embedded-zookeeper
Version

Version

2.0.0
Type

Type

jar

Download spring-boot-embedded-zookeeper 2.0.0


<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.raonigabriel/spring-boot-embedded-zookeeper/
implementation 'io.github.raonigabriel:spring-boot-embedded-zookeeper:2.0.0'
// https://jarcasting.com/artifacts/io.github.raonigabriel/spring-boot-embedded-zookeeper/
implementation ("io.github.raonigabriel:spring-boot-embedded-zookeeper:2.0.0")
'io.github.raonigabriel:spring-boot-embedded-zookeeper:jar:2.0.0'
<dependency org="io.github.raonigabriel" name="spring-boot-embedded-zookeeper" rev="2.0.0">
  <artifact name="spring-boot-embedded-zookeeper" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.raonigabriel', module='spring-boot-embedded-zookeeper', version='2.0.0')
)
libraryDependencies += "io.github.raonigabriel" % "spring-boot-embedded-zookeeper" % "2.0.0"
[io.github.raonigabriel/spring-boot-embedded-zookeeper "2.0.0"]