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