| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.apache.dolphinscheduler |
| Идентификатор | Идентификаторdolphinscheduler-task-mr |
| Версия | Версия2.0.3 |
| Тип | Типjar |
| Описание |
Описание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://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-task-mr/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-task-mr</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-task-mr/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-task-mr:2.0.3'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-task-mr/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-task-mr:2.0.3")
'org.apache.dolphinscheduler:dolphinscheduler-task-mr:jar:2.0.3'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-task-mr" rev="2.0.3">
<artifact name="dolphinscheduler-task-mr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-task-mr', version='2.0.3')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-task-mr" % "2.0.3"
[org.apache.dolphinscheduler/dolphinscheduler-task-mr "2.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.dolphinscheduler : dolphinscheduler-task-api | jar | 2.0.3 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.dolphinscheduler : dolphinscheduler-spi | jar | 2.0.3 |
| com.google.auto.service : auto-service | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jacoco : org.jacoco.agent | jar | 0.8.4 |