| Группа | Группаcom.uber.hoodie |
|---|---|
| Идентификатор | Идентификаторhoodie-spark-bundle |
| Версия | Версия0.4.5 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hoodie-spark-bundle-0.4.5.pom | |
| hoodie-spark-bundle-0.4.5.jar | 60 MB |
| hoodie-spark-bundle-0.4.5-sources.jar | 1 KB |
| hoodie-spark-bundle-0.4.5-javadoc.jar | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/ -->
<dependency>
<groupId>com.uber.hoodie</groupId>
<artifactId>hoodie-spark-bundle</artifactId>
<version>0.4.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation 'com.uber.hoodie:hoodie-spark-bundle:0.4.5'
// https://jarcasting.com/artifacts/com.uber.hoodie/hoodie-spark-bundle/
implementation ("com.uber.hoodie:hoodie-spark-bundle:0.4.5")
'com.uber.hoodie:hoodie-spark-bundle:jar:0.4.5'
<dependency org="com.uber.hoodie" name="hoodie-spark-bundle" rev="0.4.5">
<artifact name="hoodie-spark-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.uber.hoodie', module='hoodie-spark-bundle', version='0.4.5')
)
libraryDependencies += "com.uber.hoodie" % "hoodie-spark-bundle" % "0.4.5"
[com.uber.hoodie/hoodie-spark-bundle "0.4.5"]