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