License |
License |
---|---|
GroupId | GroupIdorg.apache.dolphinscheduler |
ArtifactId | ArtifactIddolphinscheduler-dao |
Last Version | Last Version3.0.0-beta-1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondolphinscheduler-dao
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-dao/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-dao</artifactId>
<version>3.0.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-dao/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-dao:3.0.0-beta-1'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-dao/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-dao:3.0.0-beta-1")
'org.apache.dolphinscheduler:dolphinscheduler-dao:jar:3.0.0-beta-1'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-dao" rev="3.0.0-beta-1">
<artifact name="dolphinscheduler-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-dao', version='3.0.0-beta-1')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-dao" % "3.0.0-beta-1"
[org.apache.dolphinscheduler/dolphinscheduler-dao "3.0.0-beta-1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.dolphinscheduler : dolphinscheduler-common | jar | 3.0.0-beta-1 |
org.springframework.boot : spring-boot-starter | jar | |
com.zaxxer : HikariCP | jar | |
com.baomidou : mybatis-plus | jar | 3.2.0 |
com.baomidou : mybatis-plus-boot-starter | jar | 3.2.0 |
org.postgresql : postgresql | jar | 42.3.4 |
com.h2database : h2 | jar | 1.4.200 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.10.5 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.10.5 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
commons-httpclient : commons-httpclient | jar | 3.0.1 |
com.cronutils : cron-utils | jar | 9.1.3 |
commons-configuration : commons-configuration | jar | 1.10 |
org.yaml : snakeyaml | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
com.google.auto.service : auto-service | jar | 1.0.1 |
Group / Artifact | Type | Version |
---|---|---|
mysql : mysql-connector-java | jar | 8.0.16 |
org.springframework.boot : spring-boot-starter-test | jar | |
junit : junit | jar | 4.12 |
org.jacoco : org.jacoco.agent | jar | 0.8.7 |
org.powermock : powermock-api-mockito2 | jar | 2.0.9 |
org.powermock : powermock-module-junit4 | jar | 2.0.9 |
org.powermock : powermock-core | jar | 2.0.9 |