is not current version
Last Version 3.6.3.1

io.streamnative:parent 3.6.3.1-rc-1

ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds of services are used in some form or another by distributed applications. Each time they are implemented there is a lot of work that goes into fixing the bugs and race conditions that are inevitable. Because of the difficulty of implementing these kinds of services, applications initially usually skimp on them ,which make them brittle in the presence of change and difficult to manage. Even when done correctly, different implementations of these services lead to management complexity when the applications are deployed.

Categories

Categories

Native Development Tools
GroupId

GroupId

io.streamnative
ArtifactId

ArtifactId

parent
Version

Version

3.6.3.1-rc-1
Type

Type

pom

Download parent 3.6.3.1-rc-1

Filename Size
parent-3.6.3.1-rc-1.pom 35 KB
Browse

<!-- https://jarcasting.com/artifacts/io.streamnative/parent/ -->
<dependency>
    <groupId>io.streamnative</groupId>
    <artifactId>parent</artifactId>
    <version>3.6.3.1-rc-1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation 'io.streamnative:parent:3.6.3.1-rc-1'
// https://jarcasting.com/artifacts/io.streamnative/parent/
implementation ("io.streamnative:parent:3.6.3.1-rc-1")
'io.streamnative:parent:pom:3.6.3.1-rc-1'
<dependency org="io.streamnative" name="parent" rev="3.6.3.1-rc-1">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.streamnative', module='parent', version='3.6.3.1-rc-1')
)
libraryDependencies += "io.streamnative" % "parent" % "3.6.3.1-rc-1"
[io.streamnative/parent "3.6.3.1-rc-1"]