GroupId | GroupIdorg.uberfire |
---|---|
ArtifactId | ArtifactIduberfire-bom |
Version | Version1.1.0.Beta1 |
Type | Typepom |
Filename | Size |
---|---|
uberfire-bom-1.1.0.Beta1.pom | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/ -->
<dependency>
<groupId>org.uberfire</groupId>
<artifactId>uberfire-bom</artifactId>
<version>1.1.0.Beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation 'org.uberfire:uberfire-bom:1.1.0.Beta1'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation ("org.uberfire:uberfire-bom:1.1.0.Beta1")
'org.uberfire:uberfire-bom:pom:1.1.0.Beta1'
<dependency org="org.uberfire" name="uberfire-bom" rev="1.1.0.Beta1">
<artifact name="uberfire-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-bom', version='1.1.0.Beta1')
)
libraryDependencies += "org.uberfire" % "uberfire-bom" % "1.1.0.Beta1"
[org.uberfire/uberfire-bom "1.1.0.Beta1"]