d

dolphinscheduler

Dolphin Scheduler is a distributed and easy-to-expand visual DAG workflow scheduling system, dedicated to solving the complex dependencies in data processing, making the scheduling system out of the box for data processing.
https://dolphinscheduler.apache.org
Apache License 2.0
文件下载
文件名 操作
dolphinscheduler-2.0.7.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.dolphinscheduler</groupId>
  <artifactId>dolphinscheduler</artifactId>
  <version>2.0.7</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.dolphinscheduler:dolphinscheduler:2.0.7'
Gradle Kotlin
implementation("org.apache.dolphinscheduler:dolphinscheduler:2.0.7")
Scala SBT
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler" % "2.0.7"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler', version='2.0.7')
)
Apache Ivy
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler" rev="2.0.7" />
Leiningen
[org.apache.dolphinscheduler/dolphinscheduler "2.0.7"]
Apache Buildr
'org.apache.dolphinscheduler:dolphinscheduler:jar:2.0.7'