не последняя версия
Последняя версия 0.1.4.CR2

org.dashbuilder:dashbuilder-parent-with-dependencies 0.1.4.CR1

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

Группа

Группа

org.dashbuilder
Идентификатор

Идентификатор

dashbuilder-parent-with-dependencies
Версия

Версия

0.1.4.CR1
Тип

Тип

jar

Скачать dashbuilder-parent-with-dependencies 0.1.4.CR1


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