u

uberfire-bom

Import this BOM in your dependencyManagement if you want to depend on multiple UberFire artifacts.
The Apache Software License, Version 2.0
JBoss by Red Hat
Files download
File Operation
uberfire-bom-7.74.1.Final.pom download
Apache Maven
<dependency>
  <groupId>org.uberfire</groupId>
  <artifactId>uberfire-bom</artifactId>
  <version>7.74.1.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.uberfire:uberfire-bom:7.74.1.Final'
Gradle Kotlin
implementation("org.uberfire:uberfire-bom:7.74.1.Final")
Scala SBT
libraryDependencies += "org.uberfire" % "uberfire-bom" % "7.74.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.uberfire', module='uberfire-bom', version='7.74.1.Final')
)
Apache Ivy
<dependency org="org.uberfire" name="uberfire-bom" rev="7.74.1.Final" />
Leiningen
[org.uberfire/uberfire-bom "7.74.1.Final"]
Apache Buildr
'org.uberfire:uberfire-bom:jar:7.74.1.Final'