is not current version
Last Version 0.9.0.Final

org.uberfire:uberfire-parent-with-dependencies 0.5.0.CR10

The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).

GroupId

GroupId

org.uberfire
ArtifactId

ArtifactId

uberfire-parent-with-dependencies
Version

Version

0.5.0.CR10
Type

Type

jar

Download uberfire-parent-with-dependencies 0.5.0.CR10


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