no.tv2.serf:serf-client

A java library that implements the serf RPC protocol as described on the serf project site.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

no.tv2.serf
ArtifactId

ArtifactId

serf-client
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

no.tv2.serf:serf-client
A java library that implements the serf RPC protocol as described on the serf project site.
Project URL

Project URL

https://github.com/tv2norge/java-serf-client

Download serf-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.msgpack : msgpack jar 0.6.11
com.google.guava : guava jar 17.0
org.slf4j : slf4j-api jar 1.7.12

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.slf4j : slf4j-simple jar 1.7.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0