is not current version
Last Version 0.9.0.Final

org.uberfire:uberfire-parent-with-dependencies 0.7.0.CR3

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.7.0.CR3
Type

Type

jar

Download uberfire-parent-with-dependencies 0.7.0.CR3


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