d

dashbuilder-deps

The parent with dependencies declares all dependency versions in dependencyManagement. All modules extend this parent, except for the boms (which are used here).
Files download
File Operation
dashbuilder-deps-0.3.1.Final.pom download
Apache Maven
<dependency>
  <groupId>org.dashbuilder</groupId>
  <artifactId>dashbuilder-deps</artifactId>
  <version>0.3.1.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dashbuilder:dashbuilder-deps:0.3.1.Final'
Gradle Kotlin
implementation("org.dashbuilder:dashbuilder-deps:0.3.1.Final")
Scala SBT
libraryDependencies += "org.dashbuilder" % "dashbuilder-deps" % "0.3.1.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.dashbuilder', module='dashbuilder-deps', version='0.3.1.Final')
)
Apache Ivy
<dependency org="org.dashbuilder" name="dashbuilder-deps" rev="0.3.1.Final" />
Leiningen
[org.dashbuilder/dashbuilder-deps "0.3.1.Final"]
Apache Buildr
'org.dashbuilder:dashbuilder-deps:jar:0.3.1.Final'