is not current version
Last Version 1.0.1

no.tv2.serf:serf-client 1.0.0

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

Categories

Categories

CLI User Interface
GroupId

GroupId

no.tv2.serf
ArtifactId

ArtifactId

serf-client
Version

Version

1.0.0
Type

Type

jar

Download serf-client 1.0.0


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