| Categories |
CategoriesData |
|---|---|
| GroupId | GroupIdcom.webank.wedatasphere.linkis |
| ArtifactId | ArtifactIdlinkis-resourcemanager-common |
| Version | Version0.9.1 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.webank.wedatasphere.linkis/linkis-resourcemanager-common/ -->
<dependency>
<groupId>com.webank.wedatasphere.linkis</groupId>
<artifactId>linkis-resourcemanager-common</artifactId>
<version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.webank.wedatasphere.linkis/linkis-resourcemanager-common/
implementation 'com.webank.wedatasphere.linkis:linkis-resourcemanager-common:0.9.1'
// https://jarcasting.com/artifacts/com.webank.wedatasphere.linkis/linkis-resourcemanager-common/
implementation ("com.webank.wedatasphere.linkis:linkis-resourcemanager-common:0.9.1")
'com.webank.wedatasphere.linkis:linkis-resourcemanager-common:jar:0.9.1'
<dependency org="com.webank.wedatasphere.linkis" name="linkis-resourcemanager-common" rev="0.9.1">
<artifact name="linkis-resourcemanager-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webank.wedatasphere.linkis', module='linkis-resourcemanager-common', version='0.9.1')
)
libraryDependencies += "com.webank.wedatasphere.linkis" % "linkis-resourcemanager-common" % "0.9.1"
[com.webank.wedatasphere.linkis/linkis-resourcemanager-common "0.9.1"]