| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesCLI User Interface | 
        
| GroupId | GroupIdcom.glue42.gateway.client | 
    
| ArtifactId | ArtifactIdgateway-client-bom | 
    
| Last Version | Last Version1.3.7 | 
        
| Release Date | Release Date | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionProvides a base configuration for Glue42 project builds 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| gateway-client-bom-1.3.7.pom | 2 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-bom/ -->
<dependency>
    <groupId>com.glue42.gateway.client</groupId>
    <artifactId>gateway-client-bom</artifactId>
    <version>1.3.7</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-bom/
implementation 'com.glue42.gateway.client:gateway-client-bom:1.3.7'
                // https://jarcasting.com/artifacts/com.glue42.gateway.client/gateway-client-bom/
implementation ("com.glue42.gateway.client:gateway-client-bom:1.3.7")
                'com.glue42.gateway.client:gateway-client-bom:pom:1.3.7'
                <dependency org="com.glue42.gateway.client" name="gateway-client-bom" rev="1.3.7">
  <artifact name="gateway-client-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.glue42.gateway.client', module='gateway-client-bom', version='1.3.7')
)
                libraryDependencies += "com.glue42.gateway.client" % "gateway-client-bom" % "1.3.7"
                [com.glue42.gateway.client/gateway-client-bom "1.3.7"]