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