License |
License |
---|---|
GroupId | GroupIdorg.apache.dolphinscheduler |
ArtifactId | ArtifactIddolphinscheduler-api |
Version | Version2.0.5 |
Type | Typejar |
Description |
Descriptiondolphinscheduler-api
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.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
dolphinscheduler-api-2.0.5.pom | |
dolphinscheduler-api-2.0.5.jar | 394 KB |
dolphinscheduler-api-2.0.5-sources.jar | 296 KB |
dolphinscheduler-api-2.0.5-javadoc.jar | 916 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-api/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-api</artifactId>
<version>2.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-api/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-api:2.0.5'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-api/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-api:2.0.5")
'org.apache.dolphinscheduler:dolphinscheduler-api:jar:2.0.5'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-api" rev="2.0.5">
<artifact name="dolphinscheduler-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-api', version='2.0.5')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-api" % "2.0.5"
[org.apache.dolphinscheduler/dolphinscheduler-api "2.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | |
org.powermock : powermock-module-junit4 | jar | 2.0.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
org.apache.curator : curator-test | jar | 2.12.0 |
junit : junit | jar | 4.12 |
org.jacoco : org.jacoco.agent | jar | 0.8.4 |