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.4.2.Beta1.pom download
Apache Maven
<dependency>
  <groupId>org.uberfire</groupId>
  <artifactId>uberfire-parent-with-dependencies</artifactId>
  <version>0.4.2.Beta1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.uberfire:uberfire-parent-with-dependencies:0.4.2.Beta1'
Gradle Kotlin
implementation("org.uberfire:uberfire-parent-with-dependencies:0.4.2.Beta1")
Scala SBT
libraryDependencies += "org.uberfire" % "uberfire-parent-with-dependencies" % "0.4.2.Beta1"
Groovy Grape
@Grapes(
  @Grab(group='org.uberfire', module='uberfire-parent-with-dependencies', version='0.4.2.Beta1')
)
Apache Ivy
<dependency org="org.uberfire" name="uberfire-parent-with-dependencies" rev="0.4.2.Beta1" />
Leiningen
[org.uberfire/uberfire-parent-with-dependencies "0.4.2.Beta1"]
Apache Buildr
'org.uberfire:uberfire-parent-with-dependencies:jar:0.4.2.Beta1'