| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.github.secdec.astam-correlator | 
    
| ArtifactId | ArtifactIdthreadfix-cli-lib | 
    
| Last Version | Last Version1.3.8 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionThis module contains library classes for accessing the ThreadFix REST API.
        The ThreadFix IDE plugins use this library to retrieve application and vulnerability
        marker information, and in the ThreadFix scanner plugins to get endpoint information and
        upload scans to ThreadFix applications.
        The easiest way to start using the library is with the PluginClient or ThreadFixRestClient
        classes. Both have constructors that take a PropertiesManager instance, which holds the ThreadFix
        API key and url information. The default PropertiesManager implementation stores these properties
        in threadfix.properties, but the ThreadFix plugins extend the default PropertiesManager class
        to override this behavior for the target platform. 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Filename | Size | 
|---|---|
| threadfix-cli-lib-1.3.8.pom | |
| threadfix-cli-lib-1.3.8.jar | 48 KB | 
| threadfix-cli-lib-1.3.8-tests.jar | 46 KB | 
| threadfix-cli-lib-1.3.8-sources.jar | 33 KB | 
| threadfix-cli-lib-1.3.8-javadoc.jar | 147 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-cli-lib/ -->
<dependency>
    <groupId>com.github.secdec.astam-correlator</groupId>
    <artifactId>threadfix-cli-lib</artifactId>
    <version>1.3.8</version>
</dependency>
                // https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-cli-lib/
implementation 'com.github.secdec.astam-correlator:threadfix-cli-lib:1.3.8'
                // https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-cli-lib/
implementation ("com.github.secdec.astam-correlator:threadfix-cli-lib:1.3.8")
                'com.github.secdec.astam-correlator:threadfix-cli-lib:jar:1.3.8'
                <dependency org="com.github.secdec.astam-correlator" name="threadfix-cli-lib" rev="1.3.8">
  <artifact name="threadfix-cli-lib" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.github.secdec.astam-correlator', module='threadfix-cli-lib', version='1.3.8')
)
                libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-cli-lib" % "1.3.8"
                [com.github.secdec.astam-correlator/threadfix-cli-lib "1.3.8"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.github.secdec.astam-correlator : threadfix-entities | jar | 1.3.8 | 
| commons-httpclient : commons-httpclient | jar | 3.1 | 
| commons-cli : commons-cli | jar | 1.2 | 
| commons-io : commons-io | jar | 1.4 | 
| commons-validator : commons-validator | jar | 1.4.1 | 
| com.google.code.gson : gson | jar | 2.2.4 | 
| com.fasterxml.jackson.core : jackson-annotations | jar | 2.12.3 | 
| Group / Artifact | Type | Version | 
|---|---|---|
| com.github.secdec.astam-correlator : threadfix-entities | test-jar | 1.3.8 | 
| junit : junit | jar | 4.11 | 
| commons-configuration : commons-configuration | jar | 1.9 | 
| org.owasp : dependency-check-maven | jar | 1.3.6 |