GroupId | GroupIdcom.uber.hoodie |
---|---|
ArtifactId | ArtifactIdhoodie-spark-bundle |
Version | Version0.4.6 |
Type | Typejar |
Filename | Size |
---|---|
hoodie-spark-bundle-0.4.6.pom | |
hoodie-spark-bundle-0.4.6.jar | 78 MB |
hoodie-spark-bundle-0.4.6-sources.jar | 1 KB |
hoodie-spark-bundle-0.4.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation 'com.uber.hoodie:hoodie-spark-bundle:0.4.6'
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation ("com.uber.hoodie:hoodie-spark-bundle:0.4.6")
'com.uber.hoodie:hoodie-spark-bundle:jar:0.4.6'
<dependency org="com.uber.hoodie" name="hoodie-spark-bundle" rev="0.4.6">
<artifact name="hoodie-spark-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.hoodie', module='hoodie-spark-bundle', version='0.4.6')
)
libraryDependencies += "com.uber.hoodie" % "hoodie-spark-bundle" % "0.4.6"
[com.uber.hoodie/hoodie-spark-bundle "0.4.6"]