| License | License | 
|---|---|
| GroupId | GroupIdorg.apache.dolphinscheduler | 
| ArtifactId | ArtifactIddolphinscheduler-remote | 
| Version | Version2.0.0-alpha | 
| Type | Typejar | 
| Description | Descriptiondolphinscheduler-remote 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-remote/ -->
<dependency>
    <groupId>org.apache.dolphinscheduler</groupId>
    <artifactId>dolphinscheduler-remote</artifactId>
    <version>2.0.0-alpha</version>
</dependency>// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-remote/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-remote:2.0.0-alpha'// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-remote/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-remote:2.0.0-alpha")'org.apache.dolphinscheduler:dolphinscheduler-remote:jar:2.0.0-alpha'<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-remote" rev="2.0.0-alpha">
  <artifact name="dolphinscheduler-remote" type="jar" />
</dependency>@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-remote', version='2.0.0-alpha')
)libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-remote" % "2.0.0-alpha"[org.apache.dolphinscheduler/dolphinscheduler-remote "2.0.0-alpha"]| Group / Artifact | Type | Version | 
|---|---|---|
| org.apache.dolphinscheduler : dolphinscheduler-common | jar | 2.0.0-alpha | 
| io.netty : netty-all | jar | |
| org.slf4j : slf4j-api | jar | 1.7.5 | 
| net.bytebuddy : byte-buddy | jar | 1.9.16 | 
| io.protostuff : protostuff-core | jar | 1.7.2 | 
| io.protostuff : protostuff-runtime | jar | 1.7.2 | 
| org.reflections : reflections | jar | 0.9.12 | 
| com.google.guava : guava | jar | 24.1-jre | 
| org.springframework : spring-context | jar | 5.1.19.RELEASE | 
| Group / Artifact | Type | Version | 
|---|---|---|
| junit : junit | jar | 4.12 | 
| org.jacoco : org.jacoco.agent | jar | 0.8.4 |