| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdch.ethz.inf.vs | 
    
| ArtifactId | ArtifactIdcf-client | 
    
| Version | Version0.18.7-final | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionCf-ExampleClient 
            Californium (Cf) console example client 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| cf-client-0.18.7-final.pom | |
| cf-client-0.18.7-final.jar | 386 KB | 
| cf-client-0.18.7-final-sources.jar | 4 KB | 
| cf-client-0.18.7-final-javadoc.jar | 37 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/ch.ethz.inf.vs/cf-client/ -->
<dependency>
    <groupId>ch.ethz.inf.vs</groupId>
    <artifactId>cf-client</artifactId>
    <version>0.18.7-final</version>
</dependency>
                // https://jarcasting.com/artifacts/ch.ethz.inf.vs/cf-client/
implementation 'ch.ethz.inf.vs:cf-client:0.18.7-final'
                // https://jarcasting.com/artifacts/ch.ethz.inf.vs/cf-client/
implementation ("ch.ethz.inf.vs:cf-client:0.18.7-final")
                'ch.ethz.inf.vs:cf-client:jar:0.18.7-final'
                <dependency org="ch.ethz.inf.vs" name="cf-client" rev="0.18.7-final">
  <artifact name="cf-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='ch.ethz.inf.vs', module='cf-client', version='0.18.7-final')
)
                libraryDependencies += "ch.ethz.inf.vs" % "cf-client" % "0.18.7-final"
                [ch.ethz.inf.vs/cf-client "0.18.7-final"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| ch.ethz.inf.vs : californium | jar | 0.18.7-final | 
| ch.ethz.inf.vs : scandium | jar | 0.1.6-final | 
| ch.ethz.inf.vs : element-connector | jar | 0.2-final | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.1 |