License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.webank.wedatasphere.dss |
ArtifactId | ArtifactIddss-framework |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionDataSphereStudio is a one stop data application development and management portal, covering scenarios
including data exchange, desensitization/cleansing, analysis/mining, quality measurement, visualization, and task scheduling.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dss-framework-1.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-framework/ -->
<dependency>
<groupId>com.webank.wedatasphere.dss</groupId>
<artifactId>dss-framework</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-framework/
implementation 'com.webank.wedatasphere.dss:dss-framework:1.0.1'
// https://jarcasting.com/artifacts/com.webank.wedatasphere.dss/dss-framework/
implementation ("com.webank.wedatasphere.dss:dss-framework:1.0.1")
'com.webank.wedatasphere.dss:dss-framework:pom:1.0.1'
<dependency org="com.webank.wedatasphere.dss" name="dss-framework" rev="1.0.1">
<artifact name="dss-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.webank.wedatasphere.dss', module='dss-framework', version='1.0.1')
)
libraryDependencies += "com.webank.wedatasphere.dss" % "dss-framework" % "1.0.1"
[com.webank.wedatasphere.dss/dss-framework "1.0.1"]