| Categories | 
                CategoriesCLI User Interface | 
        
|---|---|
| GroupId | GroupIdcom.fortify.client.api | 
    
| ArtifactId | ArtifactIdfortify-client-api-bom | 
    
| Version | Version6.0.1.RELEASE | 
        
| Type | Typepom | 
    
| Filename | Size | 
|---|---|
| fortify-client-api-bom-6.0.1.RELEASE.pom | |
| Browse | 
<!-- https://jarcasting.com/artifacts/com.fortify.client.api/fortify-client-api-bom/ -->
<dependency>
    <groupId>com.fortify.client.api</groupId>
    <artifactId>fortify-client-api-bom</artifactId>
    <version>6.0.1.RELEASE</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.fortify.client.api/fortify-client-api-bom/
implementation 'com.fortify.client.api:fortify-client-api-bom:6.0.1.RELEASE'
                // https://jarcasting.com/artifacts/com.fortify.client.api/fortify-client-api-bom/
implementation ("com.fortify.client.api:fortify-client-api-bom:6.0.1.RELEASE")
                'com.fortify.client.api:fortify-client-api-bom:pom:6.0.1.RELEASE'
                <dependency org="com.fortify.client.api" name="fortify-client-api-bom" rev="6.0.1.RELEASE">
  <artifact name="fortify-client-api-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.fortify.client.api', module='fortify-client-api-bom', version='6.0.1.RELEASE')
)
                libraryDependencies += "com.fortify.client.api" % "fortify-client-api-bom" % "6.0.1.RELEASE"
                [com.fortify.client.api/fortify-client-api-bom "6.0.1.RELEASE"]