Files download
File Operation
dashbuilder-backend-0.3.3.Final.pom download
Apache Maven
<dependency>
  <groupId>org.dashbuilder</groupId>
  <artifactId>dashbuilder-backend</artifactId>
  <version>0.3.3.Final</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.dashbuilder:dashbuilder-backend:0.3.3.Final'
Gradle Kotlin
implementation("org.dashbuilder:dashbuilder-backend:0.3.3.Final")
Scala SBT
libraryDependencies += "org.dashbuilder" % "dashbuilder-backend" % "0.3.3.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.dashbuilder', module='dashbuilder-backend', version='0.3.3.Final')
)
Apache Ivy
<dependency org="org.dashbuilder" name="dashbuilder-backend" rev="0.3.3.Final" />
Leiningen
[org.dashbuilder/dashbuilder-backend "0.3.3.Final"]
Apache Buildr
'org.dashbuilder:dashbuilder-backend:jar:0.3.3.Final'