Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.webank.wedatasphere.dss |
ArtifactId | ArtifactIddss-common |
Version | Version0.6.0 |
Type | Typejar |
Filename | Size |
---|---|
dss-common-0.6.0.pom | |
dss-common-0.6.0.jar | 38 KB |
dss-common-0.6.0-sources.jar | 32 KB |
dss-common-0.6.0-javadoc.jar | 475 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-common/ -->
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-common</artifactId>
<version>0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-common/
implementation 'com.webank.wedatasphere.dss:dss-common:0.6.0'
// https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-common/
implementation ("com.webank.wedatasphere.dss:dss-common:0.6.0")
'com.webank.wedatasphere.dss:dss-common:jar:0.6.0'
<dependency org="com.webank.wedatasphere.dss" name="dss-common" rev="0.6.0">
<artifact name="dss-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.webank.wedatasphere.dss', module='dss-common', version='0.6.0')
)
libraryDependencies += "com.webank.wedatasphere.dss" % "dss-common" % "0.6.0"
[com.webank.wedatasphere.dss/dss-common "0.6.0"]