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