is not current version
Last Version 7.71.0.Final

org.uberfire:uberfire-bom 0.4.2.CR2

Import this BOM in your dependencyManagement if you want to depend on multiple UberFire artifacts.

GroupId

GroupId

org.uberfire
ArtifactId

ArtifactId

uberfire-bom
Version

Version

0.4.2.CR2
Type

Type

jar

Download uberfire-bom 0.4.2.CR2


<!-- https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/ -->
<dependency>
    <groupId>org.uberfire</groupId>
    <artifactId>uberfire-bom</artifactId>
    <version>0.4.2.CR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation 'org.uberfire:uberfire-bom:0.4.2.CR2'
// https://jarcasting.com/artifacts/org.uberfire/uberfire-bom/
implementation ("org.uberfire:uberfire-bom:0.4.2.CR2")
'org.uberfire:uberfire-bom:jar:0.4.2.CR2'
<dependency org="org.uberfire" name="uberfire-bom" rev="0.4.2.CR2">
  <artifact name="uberfire-bom" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.uberfire', module='uberfire-bom', version='0.4.2.CR2')
)
libraryDependencies += "org.uberfire" % "uberfire-bom" % "0.4.2.CR2"
[org.uberfire/uberfire-bom "0.4.2.CR2"]