| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.dolphinscheduler | 
| ArtifactId | ArtifactIddolphinscheduler-server | 
| Version | Version2.0.0-alpha | 
| Type | Typejar | 
| Description | Descriptiondolphinscheduler-server 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-server/ -->
<dependency>
    <groupId>org.apache.dolphinscheduler</groupId>
    <artifactId>dolphinscheduler-server</artifactId>
    <version>2.0.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-server/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-server:2.0.0-alpha'// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-server/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-server:2.0.0-alpha")'org.apache.dolphinscheduler:dolphinscheduler-server:jar:2.0.0-alpha'<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-server" rev="2.0.0-alpha">
  <artifact name="dolphinscheduler-server" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-server', version='2.0.0-alpha')
)libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-server" % "2.0.0-alpha"[org.apache.dolphinscheduler/dolphinscheduler-server "2.0.0-alpha"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.dolphinscheduler : dolphinscheduler-service | jar | 2.0.0-alpha | 
| org.apache.dolphinscheduler : dolphinscheduler-spi | jar | 2.0.0-alpha | 
| org.apache.httpcomponents : httpclient | jar | 4.4.1 | 
| org.apache.httpcomponents : httpcore | jar | 4.4.1 | 
| com.google.guava : guava | jar | 24.1-jre | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| 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 | 
| org.jacoco : org.jacoco.agent | jar | 0.8.4 | 
| org.springframework : spring-test | jar | 5.1.19.RELEASE |