| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesGUI User Interface Guice Application Layer Libs Dependency Injection | 
        
| GroupId | GroupIdcom.guicedee | 
    
| ArtifactId | ArtifactIdapache-cxf-bom | 
    
| Version | Version1.2.2.1-jre17 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionApache CXF BOM 
            The BOM for CXF 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| apache-cxf-bom-1.2.2.1-jre17.pom | 113 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee/apache-cxf-bom/ -->
<dependency>
    <groupId>com.guicedee</groupId>
    <artifactId>apache-cxf-bom</artifactId>
    <version>1.2.2.1-jre17</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee/apache-cxf-bom/
implementation 'com.guicedee:apache-cxf-bom:1.2.2.1-jre17'
                // https://jarcasting.com/artifacts/com.guicedee/apache-cxf-bom/
implementation ("com.guicedee:apache-cxf-bom:1.2.2.1-jre17")
                'com.guicedee:apache-cxf-bom:pom:1.2.2.1-jre17'
                <dependency org="com.guicedee" name="apache-cxf-bom" rev="1.2.2.1-jre17">
  <artifact name="apache-cxf-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee', module='apache-cxf-bom', version='1.2.2.1-jre17')
)
                libraryDependencies += "com.guicedee" % "apache-cxf-bom" % "1.2.2.1-jre17"
                [com.guicedee/apache-cxf-bom "1.2.2.1-jre17"]