| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.hudi |
| ArtifactId | ArtifactIdhudi-spark2-common |
| Version | Version0.11.0 |
| Type | Typejar |
| Description |
DescriptionApache Hudi brings stream style processing on big data
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| hudi-spark2-common-0.11.0.pom | |
| hudi-spark2-common-0.11.0.jar | 6 KB |
| hudi-spark2-common-0.11.0-sources.jar | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark2-common/ -->
<dependency>
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-spark2-common</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark2-common/
implementation 'org.apache.hudi:hudi-spark2-common:0.11.0'
// https://jarcasting.com/artifacts/org.apache.hudi/hudi-spark2-common/
implementation ("org.apache.hudi:hudi-spark2-common:0.11.0")
'org.apache.hudi:hudi-spark2-common:jar:0.11.0'
<dependency org="org.apache.hudi" name="hudi-spark2-common" rev="0.11.0">
<artifact name="hudi-spark2-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.hudi', module='hudi-spark2-common', version='0.11.0')
)
libraryDependencies += "org.apache.hudi" % "hudi-spark2-common" % "0.11.0"
[org.apache.hudi/hudi-spark2-common "0.11.0"]