d

datacap

DataCap is integrated software for data transformation, integration, and visualization. Support a variety of data sources, file types, big data related database, relational database, NoSQL database, etc. Through the software can realize the management of multiple data sources, the data under the source of various operations conversion.
https://datacap.devlive.org/
The Apache Software License, Version 2.0
The Devlive Software Foundation
qianmoQ mlboy Stacey1018
文件下载
文件名 操作
datacap-2024.03.3.pom 下载
Apache Maven
<dependency>
  <groupId>io.edurt.datacap</groupId>
  <artifactId>datacap</artifactId>
  <version>2024.03.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.edurt.datacap:datacap:2024.03.3'
Gradle Kotlin
implementation("io.edurt.datacap:datacap:2024.03.3")
Scala SBT
libraryDependencies += "io.edurt.datacap" % "datacap" % "2024.03.3"
Groovy Grape
@Grapes(
  @Grab(group='io.edurt.datacap', module='datacap', version='2024.03.3')
)
Apache Ivy
<dependency org="io.edurt.datacap" name="datacap" rev="2024.03.3" />
Leiningen
[io.edurt.datacap/datacap "2024.03.3"]
Apache Buildr
'io.edurt.datacap:datacap:jar:2024.03.3'