| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdno.tv2.serf | 
    
| ArtifactId | ArtifactIdserf-client | 
    
| Last Version | Last Version1.0.1 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionno.tv2.serf:serf-client 
            A java library that implements the serf RPC protocol as described on the serf project site. 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| serf-client-1.0.1.pom | |
| serf-client-1.0.1.jar | 32 KB | 
| serf-client-1.0.1-sources.jar | 20 KB | 
| serf-client-1.0.1-javadoc.jar | 118 KB | 
| Browse | 
<!-- 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"]
                | 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 | 
| 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 |