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