| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииPython Языки программирования |
| Группа | Группаorg.apache.dolphinscheduler |
| Идентификатор | Идентификаторdolphinscheduler-python |
| Версия | Версия2.0.3 |
| Тип | Типjar |
| Описание |
Описаниеdolphinscheduler-python
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.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| dolphinscheduler-python-2.0.3.pom | |
| dolphinscheduler-python-2.0.3.jar | 23 KB |
| dolphinscheduler-python-2.0.3-sources.jar | 17 KB |
| dolphinscheduler-python-2.0.3-javadoc.jar | 38 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-python/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-python</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-python/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-python:2.0.3'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-python/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-python:2.0.3")
'org.apache.dolphinscheduler:dolphinscheduler-python:jar:2.0.3'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-python" rev="2.0.3">
<artifact name="dolphinscheduler-python" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-python', version='2.0.3')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-python" % "2.0.3"
[org.apache.dolphinscheduler/dolphinscheduler-python "2.0.3"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.dolphinscheduler : dolphinscheduler-api | jar | 2.0.3 |
| org.springframework.boot : spring-boot-starter-web | jar | |
| net.sf.py4j : py4j | jar | 0.10.9 |
| org.springframework.boot : spring-boot-configuration-processor Необязательный | jar |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.auto.service : auto-service | jar | 1.0.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.jacoco : org.jacoco.agent | jar | 0.8.4 |