License |
License |
---|---|
GroupId | GroupIdorg.apache.dolphinscheduler |
ArtifactId | ArtifactIddolphinscheduler-service |
Version | Version1.3.6 |
Type | Typejar |
Description |
Descriptiondolphinscheduler-service
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 |
<!-- https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-service/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-service</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-service/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-service:1.3.6'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-service/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-service:1.3.6")
'org.apache.dolphinscheduler:dolphinscheduler-service:jar:1.3.6'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-service" rev="1.3.6">
<artifact name="dolphinscheduler-service" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-service', version='1.3.6')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-service" % "1.3.6"
[org.apache.dolphinscheduler/dolphinscheduler-service "1.3.6"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.dolphinscheduler : dolphinscheduler-remote | jar | 1.3.6 |
org.apache.dolphinscheduler : dolphinscheduler-dao | jar | 1.3.6 |
org.apache.curator : curator-client | jar | 4.3.0 |
org.quartz-scheduler : quartz | jar | 2.3.0 |
org.apache.logging.log4j : log4j-core | jar | |
org.quartz-scheduler : quartz-jobs | jar | 2.3.0 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 2.0.2 |
org.powermock : powermock-api-mockito2 | jar | 2.0.2 |
org.mockito : mockito-core | jar | 2.21.0 |