| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.yahoo.vespa | 
    
| ArtifactId | ArtifactIdclient | 
    
| Last Version | Last Version8.7.17 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionParent artifact for all Vespa maven projects. 
         | 
    
| Filename | Size | 
|---|---|
| client-8.7.17.pom | |
| client-8.7.17.jar | 38 KB | 
| client-8.7.17-sources.jar | 22 KB | 
| client-8.7.17-javadoc.jar | 514 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.yahoo.vespa/client/ -->
<dependency>
    <groupId>com.yahoo.vespa</groupId>
    <artifactId>client</artifactId>
    <version>8.7.17</version>
</dependency>
                // https://jarcasting.com/artifacts/com.yahoo.vespa/client/
implementation 'com.yahoo.vespa:client:8.7.17'
                // https://jarcasting.com/artifacts/com.yahoo.vespa/client/
implementation ("com.yahoo.vespa:client:8.7.17")
                'com.yahoo.vespa:client:jar:8.7.17'
                <dependency org="com.yahoo.vespa" name="client" rev="8.7.17">
  <artifact name="client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.yahoo.vespa', module='client', version='8.7.17')
)
                libraryDependencies += "com.yahoo.vespa" % "client" % "8.7.17"
                [com.yahoo.vespa/client "8.7.17"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.google.code.gson : gson | jar | 2.8.9 | 
| org.apache.commons : commons-text | jar | 1.6 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.junit.jupiter : junit-jupiter | jar | 5.8.1 |