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