is not current version
Last Version 1.3.8

com.github.secdec.astam-correlator:threadfix-cli-lib 1.3.0

This 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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.secdec.astam-correlator
ArtifactId

ArtifactId

threadfix-cli-lib
Version

Version

1.3.0
Type

Type

jar

Download threadfix-cli-lib 1.3.0


<!-- 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.0</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.0'
// https://jarcasting.com/artifacts/com.github.secdec.astam-correlator/threadfix-cli-lib/
implementation ("com.github.secdec.astam-correlator:threadfix-cli-lib:1.3.0")
'com.github.secdec.astam-correlator:threadfix-cli-lib:jar:1.3.0'
<dependency org="com.github.secdec.astam-correlator" name="threadfix-cli-lib" rev="1.3.0">
  <artifact name="threadfix-cli-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.secdec.astam-correlator', module='threadfix-cli-lib', version='1.3.0')
)
libraryDependencies += "com.github.secdec.astam-correlator" % "threadfix-cli-lib" % "1.3.0"
[com.github.secdec.astam-correlator/threadfix-cli-lib "1.3.0"]