| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.fortify.client.api | 
    
| ArtifactId | ArtifactIdfortify-client-api-bom | 
    
| Version | Version6.1.0.RELEASE | 
        
| Type | Typepom | 
    
| Description | 
            Descriptionfortify-client-api-bom 
            Bill Of Materials for fortify-client-api 
         | 
    
| Project URL | 
                    Project URL | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| fortify-client-api-bom-6.1.0.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.1.0.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.1.0.RELEASE'
                // https://jarcasting.com/artifacts/com.fortify.client.api/fortify-client-api-bom/
implementation ("com.fortify.client.api:fortify-client-api-bom:6.1.0.RELEASE")
                'com.fortify.client.api:fortify-client-api-bom:pom:6.1.0.RELEASE'
                <dependency org="com.fortify.client.api" name="fortify-client-api-bom" rev="6.1.0.RELEASE">
  <artifact name="fortify-client-api-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.fortify.client.api', module='fortify-client-api-bom', version='6.1.0.RELEASE')
)
                libraryDependencies += "com.fortify.client.api" % "fortify-client-api-bom" % "6.1.0.RELEASE"
                [com.fortify.client.api/fortify-client-api-bom "6.1.0.RELEASE"]