| License |
License |
|---|---|
| GroupId | GroupIdcom.uber.hoodie |
| ArtifactId | ArtifactIdhoodie |
| Last Version | Last Version0.4.7 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionHoodie
Hoodie is a Apache Spark library that provides the ability to efficiently do
incremental processing on datasets in HDFS
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationUber Technologies Inc. |
| Filename | Size |
|---|---|
| hoodie-0.4.7.pom | 20 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.uber.hoodie/hoodie/ -->
<dependency>
<groupId>com.uber.hoodie</groupId>
<artifactId>hoodie</artifactId>
<version>0.4.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie/
implementation 'com.uber.hoodie:hoodie:0.4.7'
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie/
implementation ("com.uber.hoodie:hoodie:0.4.7")
'com.uber.hoodie:hoodie:pom:0.4.7'
<dependency org="com.uber.hoodie" name="hoodie" rev="0.4.7">
<artifact name="hoodie" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.uber.hoodie', module='hoodie', version='0.4.7')
)
libraryDependencies += "com.uber.hoodie" % "hoodie" % "0.4.7"
[com.uber.hoodie/hoodie "0.4.7"]