| GroupId | GroupIdorg.apache.hudi |
|---|---|
| ArtifactId | ArtifactIdhudi-examples-spark |
| Version | Version0.11.0-rc3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.hudi/hudi-examples-spark/ -->
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-examples-spark</artifactId>
<version>0.11.0-rc3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-examples-spark/
implementation 'org.apache.hudi:hudi-examples-spark:0.11.0-rc3'
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-examples-spark/
implementation ("org.apache.hudi:hudi-examples-spark:0.11.0-rc3")
'org.apache.hudi:hudi-examples-spark:jar:0.11.0-rc3'
<dependency org="org.apache.hudi" name="hudi-examples-spark" rev="0.11.0-rc3">
<artifact name="hudi-examples-spark" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hudi', module='hudi-examples-spark', version='0.11.0-rc3')
)
libraryDependencies += "org.apache.hudi" % "hudi-examples-spark" % "0.11.0-rc3"
[org.apache.hudi/hudi-examples-spark "0.11.0-rc3"]