d

dbnd-api-deequ

DBND Deequ integration library.
https://github.com/databand-ai/dbnd
The Apache Software License, Version 2.0
Databand.ai, Ltd.
文件下载
文件名 操作
dbnd-api-deequ-1.0.20.2.jar 下载
dbnd-api-deequ-1.0.20.2.pom 下载
dbnd-api-deequ-1.0.20.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>ai.databand</groupId>
  <artifactId>dbnd-api-deequ</artifactId>
  <version>1.0.20.2</version>
</dependency>
Gradle Groovy
implementation 'ai.databand:dbnd-api-deequ:1.0.20.2'
Gradle Kotlin
implementation("ai.databand:dbnd-api-deequ:1.0.20.2")
Scala SBT
libraryDependencies += "ai.databand" % "dbnd-api-deequ" % "1.0.20.2"
Groovy Grape
@Grapes(
  @Grab(group='ai.databand', module='dbnd-api-deequ', version='1.0.20.2')
)
Apache Ivy
<dependency org="ai.databand" name="dbnd-api-deequ" rev="1.0.20.2" />
Leiningen
[ai.databand/dbnd-api-deequ "1.0.20.2"]
Apache Buildr
'ai.databand:dbnd-api-deequ:jar:1.0.20.2'