ZkClient

A zookeeper client, that makes life a little easier.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.101tec
ArtifactId

ArtifactId

zkclient
Last Version

Last Version

0.11
Release Date

Release Date

Type

Type

jar
Description

Description

ZkClient
A zookeeper client, that makes life a little easier.
Project URL

Project URL

https://github.com/sgroschupf/zkclient
Source Code Management

Source Code Management

https://github.com/sgroschupf/zkclient

Download zkclient

How to add to project

<!-- https://jarcasting.com/artifacts/com.101tec/zkclient/ -->
<dependency>
    <groupId>com.101tec</groupId>
    <artifactId>zkclient</artifactId>
    <version>0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.101tec/zkclient/
implementation 'com.101tec:zkclient:0.11'
// https://jarcasting.com/artifacts/com.101tec/zkclient/
implementation ("com.101tec:zkclient:0.11")
'com.101tec:zkclient:jar:0.11'
<dependency org="com.101tec" name="zkclient" rev="0.11">
  <artifact name="zkclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.101tec', module='zkclient', version='0.11')
)
libraryDependencies += "com.101tec" % "zkclient" % "0.11"
[com.101tec/zkclient "0.11"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.zookeeper : zookeeper jar 3.4.13
org.slf4j : slf4j-api jar 1.6.1

test (6)

Group / Artifact Type Version
commons-io : commons-io jar 1.4
junit : junit jar 4.12
log4j : log4j jar 1.2.15
org.assertj : assertj-core jar 2.0.0
org.mockito : mockito-core jar 1.8.0
org.slf4j : slf4j-log4j12 jar 1.6.1

Project Modules

There are no modules declared in this project.

ZkClient: a zookeeper client, that makes life a little easier.

==> see CHANGELOG for recent work

Build ZkClient from sources:

Howto release ZkClient as maven artifact

  • sonatype repository is already configured: https://issues.sonatype.org/browse/OSSRH-4783
  • generate gpg key and publish it to hkp://pool.sks-keyservers.net (https://docs.sonatype.org/display/Repository/How+To+Generate+PGP+Signatures+With+Maven may be of help)
  • tell gradle about the gpg key and sonatype credentials, e.g. through ~/.gradle/gradle.properties:
    • sonatypeUsername=$yourSonatypeUser
    • sonatypePassword=$yourSonatypePassword
    • signing.keyId=$yourKeyId
    • signing.password=$yourKeyPassphrase
    • signing.secretKeyRingFile=/Users/$username/.gnupg/secring.gpg
  • set version in build.gradle to the release version (e.g. 0.5-dev to 0.5) and commit
  • update CHANGELOG.markdown
  • upload the signed artifacts to the Sonatype repository
    • gradle clean uploadArchives
  • go to https://oss.sonatype.org/index.html#stagingRepositories and close the repository
  • check the artifacts and if everything is ok, release the repository (on the same page)
  • syncing to central maven repository will then be activated (might take around 2h)
  • tag with
    • git tag -a $releaseVersion -m "Tag for $releaseVersion release"
    • git push --tags
  • set version in build.gradle to the next dev version (e.g 0.5 to 0.6-dev) and commit

Versions

Version
0.11
0.10
0.9
0.8
0.7
0.6
0.5
0.4
0.3
0.2
0.1.0