u

uberfire-parent-with-dependencies

The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
Files download
File Operation
uberfire-parent-with-dependencies-0.5.5.Final.pom download
Apache Maven
<dependency>
  <groupId>org.uberfire</groupId>
  <artifactId>uberfire-parent-with-dependencies</artifactId>
  <version>0.5.5.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.uberfire:uberfire-parent-with-dependencies:0.5.5.Final'
Gradle Kotlin
implementation("org.uberfire:uberfire-parent-with-dependencies:0.5.5.Final")
Scala SBT
libraryDependencies += "org.uberfire" % "uberfire-parent-with-dependencies" % "0.5.5.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.uberfire', module='uberfire-parent-with-dependencies', version='0.5.5.Final')
)
Apache Ivy
<dependency org="org.uberfire" name="uberfire-parent-with-dependencies" rev="0.5.5.Final" />
Leiningen
[org.uberfire/uberfire-parent-with-dependencies "0.5.5.Final"]
Apache Buildr
'org.uberfire:uberfire-parent-with-dependencies:jar:0.5.5.Final'