GroupId | GroupIdcom.uber.hoodie |
---|---|
ArtifactId | ArtifactIdhoodie-spark-bundle |
Version | Version0.4.4 |
Type | Typejar |
Filename | Size |
---|---|
hoodie-spark-bundle-0.4.4.pom | |
hoodie-spark-bundle-0.4.4.jar | 77 MB |
hoodie-spark-bundle-0.4.4-sources.jar | 1 KB |
hoodie-spark-bundle-0.4.4-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/ -->
<dependency>
<groupId>com.uber.hoodie</groupId>
<artifactId>hoodie-spark-bundle</artifactId>
<version>0.4.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation 'com.uber.hoodie:hoodie-spark-bundle:0.4.4'
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation ("com.uber.hoodie:hoodie-spark-bundle:0.4.4")
'com.uber.hoodie:hoodie-spark-bundle:jar:0.4.4'
<dependency org="com.uber.hoodie" name="hoodie-spark-bundle" rev="0.4.4">
<artifact name="hoodie-spark-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.hoodie', module='hoodie-spark-bundle', version='0.4.4')
)
libraryDependencies += "com.uber.hoodie" % "hoodie-spark-bundle" % "0.4.4"
[com.uber.hoodie/hoodie-spark-bundle "0.4.4"]