c

client-api-fod

Functionality for invoking Fortify on Demand (FoD) REST endpoints
https://github.com/fortify-ps/fortify-client-api
MIT License
Ruud Senden
Files download
File Operation
client-api-fod-6.1.8.RELEASE.jar download
client-api-fod-6.1.8.RELEASE.pom download
client-api-fod-6.1.8.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.fortify.client.api</groupId>
  <artifactId>client-api-fod</artifactId>
  <version>6.1.8.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.fortify.client.api:client-api-fod:6.1.8.RELEASE'
Gradle Kotlin
implementation("com.fortify.client.api:client-api-fod:6.1.8.RELEASE")
Scala SBT
libraryDependencies += "com.fortify.client.api" % "client-api-fod" % "6.1.8.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.fortify.client.api', module='client-api-fod', version='6.1.8.RELEASE')
)
Apache Ivy
<dependency org="com.fortify.client.api" name="client-api-fod" rev="6.1.8.RELEASE" />
Leiningen
[com.fortify.client.api/client-api-fod "6.1.8.RELEASE"]
Apache Buildr
'com.fortify.client.api:client-api-fod:jar:6.1.8.RELEASE'