| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesJBoss Container Application Servers GUI User Interface Guice Application Layer Libs Dependency Injection | 
        
| GroupId | GroupIdcom.guicedee | 
    
| ArtifactId | ArtifactIdjboss-bom | 
    
| Version | Version1.2.1.2-jre17 | 
        
| Type | Typepom | 
    
| Description | 
            DescriptionJBoss BOM 
            The BOM for JBoss Artefacts 
         | 
    
| Project Organization | 
                    Project Organization | 
            
| Source Code Management | 
                    Source Code Management | 
            
| Filename | Size | 
|---|---|
| jboss-bom-1.2.1.2-jre17.pom | 9 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.guicedee/jboss-bom/ -->
<dependency>
    <groupId>com.guicedee</groupId>
    <artifactId>jboss-bom</artifactId>
    <version>1.2.1.2-jre17</version>
    <type>pom</type>
</dependency>
                // https://jarcasting.com/artifacts/com.guicedee/jboss-bom/
implementation 'com.guicedee:jboss-bom:1.2.1.2-jre17'
                // https://jarcasting.com/artifacts/com.guicedee/jboss-bom/
implementation ("com.guicedee:jboss-bom:1.2.1.2-jre17")
                'com.guicedee:jboss-bom:pom:1.2.1.2-jre17'
                <dependency org="com.guicedee" name="jboss-bom" rev="1.2.1.2-jre17">
  <artifact name="jboss-bom" type="pom" />
</dependency>
                @Grapes(
@Grab(group='com.guicedee', module='jboss-bom', version='1.2.1.2-jre17')
)
                libraryDependencies += "com.guicedee" % "jboss-bom" % "1.2.1.2-jre17"
                [com.guicedee/jboss-bom "1.2.1.2-jre17"]