d

dashbuilder-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).
文件下载
文件名 操作
dashbuilder-parent-with-dependencies-0.1.4.CR2.pom 下载
Apache Maven
<dependency>
  <groupId>org.dashbuilder</groupId>
  <artifactId>dashbuilder-parent-with-dependencies</artifactId>
  <version>0.1.4.CR2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dashbuilder:dashbuilder-parent-with-dependencies:0.1.4.CR2'
Gradle Kotlin
implementation("org.dashbuilder:dashbuilder-parent-with-dependencies:0.1.4.CR2")
Scala SBT
libraryDependencies += "org.dashbuilder" % "dashbuilder-parent-with-dependencies" % "0.1.4.CR2"
Groovy Grape
@Grapes(
  @Grab(group='org.dashbuilder', module='dashbuilder-parent-with-dependencies', version='0.1.4.CR2')
)
Apache Ivy
<dependency org="org.dashbuilder" name="dashbuilder-parent-with-dependencies" rev="0.1.4.CR2" />
Leiningen
[org.dashbuilder/dashbuilder-parent-with-dependencies "0.1.4.CR2"]
Apache Buildr
'org.dashbuilder:dashbuilder-parent-with-dependencies:jar:0.1.4.CR2'