Categories |
CategoriesJBoss Container Application Servers GUI User Interface Guice Application Layer Libs Dependency Injection |
---|---|
GroupId | GroupIdcom.guicedee |
ArtifactId | ArtifactIdjboss-bom |
Version | Version1.1.0.3-jre8 |
Type | Typepom |
Filename | Size |
---|---|
jboss-bom-1.1.0.3-jre8.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.guicedee/jboss-bom/ -->
<dependency>
<groupId>com.guicedee</groupId>
<artifactId>jboss-bom</artifactId>
<version>1.1.0.3-jre8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.guicedee/jboss-bom/
implementation 'com.guicedee:jboss-bom:1.1.0.3-jre8'
// https://jarcasting.com/artifacts/com.guicedee/jboss-bom/
implementation ("com.guicedee:jboss-bom:1.1.0.3-jre8")
'com.guicedee:jboss-bom:pom:1.1.0.3-jre8'
<dependency org="com.guicedee" name="jboss-bom" rev="1.1.0.3-jre8">
<artifact name="jboss-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.guicedee', module='jboss-bom', version='1.1.0.3-jre8')
)
libraryDependencies += "com.guicedee" % "jboss-bom" % "1.1.0.3-jre8"
[com.guicedee/jboss-bom "1.1.0.3-jre8"]