| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.rackspace.api.clients | 
    
| ArtifactId | ArtifactIdveracode-client | 
    
| Last Version | Last Version1.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionveracode-client 
            A simple java client for the Veracode API 
         | 
    
| Filename | Size | 
|---|---|
| veracode-client-1.3.pom | |
| veracode-client-1.3.jar | 11 KB | 
| veracode-client-1.3-sources.jar | 9 KB | 
| veracode-client-1.3-javadoc.jar | 55 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.rackspace.api.clients/veracode-client/ -->
<dependency>
    <groupId>com.rackspace.api.clients</groupId>
    <artifactId>veracode-client</artifactId>
    <version>1.3</version>
</dependency>
                // https://jarcasting.com/artifacts/com.rackspace.api.clients/veracode-client/
implementation 'com.rackspace.api.clients:veracode-client:1.3'
                // https://jarcasting.com/artifacts/com.rackspace.api.clients/veracode-client/
implementation ("com.rackspace.api.clients:veracode-client:1.3")
                'com.rackspace.api.clients:veracode-client:jar:1.3'
                <dependency org="com.rackspace.api.clients" name="veracode-client" rev="1.3">
  <artifact name="veracode-client" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.rackspace.api.clients', module='veracode-client', version='1.3')
)
                libraryDependencies += "com.rackspace.api.clients" % "veracode-client" % "1.3"
                [com.rackspace.api.clients/veracode-client "1.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.httpcomponents : httpmime | jar | 4.1 | 
| commons-codec : commons-codec | jar | 1.4 | 
| org.apache.httpcomponents : httpcore | jar | 4.1 | 
| org.apache.httpcomponents : httpclient | jar | 4.1 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.8.2 |