GroupId | GroupIdorg.apache.dolphinscheduler |
---|---|
ArtifactId | ArtifactIddolphinscheduler-common |
Version | Version1.3.9 |
Type | Typejar |
Filename | Size |
---|---|
dolphinscheduler-common-1.3.9.pom | |
dolphinscheduler-common-1.3.9.jar | 226 KB |
dolphinscheduler-common-1.3.9-sources.jar | 177 KB |
dolphinscheduler-common-1.3.9-javadoc.jar | 940 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-common/ -->
<dependency>
<groupId>org.apache.dolphinscheduler</groupId>
<artifactId>dolphinscheduler-common</artifactId>
<version>1.3.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-common/
implementation 'org.apache.dolphinscheduler:dolphinscheduler-common:1.3.9'
// https://jarcasting.com/artifacts/org.apache.dolphinscheduler/dolphinscheduler-common/
implementation ("org.apache.dolphinscheduler:dolphinscheduler-common:1.3.9")
'org.apache.dolphinscheduler:dolphinscheduler-common:jar:1.3.9'
<dependency org="org.apache.dolphinscheduler" name="dolphinscheduler-common" rev="1.3.9">
<artifact name="dolphinscheduler-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.dolphinscheduler', module='dolphinscheduler-common', version='1.3.9')
)
libraryDependencies += "org.apache.dolphinscheduler" % "dolphinscheduler-common" % "1.3.9"
[org.apache.dolphinscheduler/dolphinscheduler-common "1.3.9"]