h

hudi-tests-common

Files download
File Operation
hudi-tests-common-0.12.2.jar download
hudi-tests-common-0.12.2.pom download
hudi-tests-common-0.12.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.hudi</groupId>
  <artifactId>hudi-tests-common</artifactId>
  <version>0.12.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.hudi:hudi-tests-common:0.12.2'
Gradle Kotlin
implementation("org.apache.hudi:hudi-tests-common:0.12.2")
Scala SBT
libraryDependencies += "org.apache.hudi" % "hudi-tests-common" % "0.12.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.hudi', module='hudi-tests-common', version='0.12.2')
)
Apache Ivy
<dependency org="org.apache.hudi" name="hudi-tests-common" rev="0.12.2" />
Leiningen
[org.apache.hudi/hudi-tests-common "0.12.2"]
Apache Buildr
'org.apache.hudi:hudi-tests-common:jar:0.12.2'