is not current version
Last Version 0.1.4.CR2

org.dashbuilder:dashbuilder-parent-with-dependencies 0.1.1.Final

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.dashbuilder
ArtifactId

ArtifactId

dashbuilder-parent-with-dependencies
Version

Version

0.1.1.Final
Type

Type

jar

Download dashbuilder-parent-with-dependencies 0.1.1.Final


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