| Группа | Группаorg.apache.atlas |
|---|---|
| Идентификатор | Идентификаторhive-bridge |
| Версия | Версия0.8.3 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| hive-bridge-0.8.3.pom | |
| hive-bridge-0.8.3.jar | 71 KB |
| hive-bridge-0.8.3-test-sources.jar | 36 KB |
| hive-bridge-0.8.3-sources.jar | 43 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/hive-bridge/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>hive-bridge</artifactId>
<version>0.8.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/hive-bridge/
implementation 'org.apache.atlas:hive-bridge:0.8.3'
// https://jarcasting.com/artifacts/org.apache.atlas/hive-bridge/
implementation ("org.apache.atlas:hive-bridge:0.8.3")
'org.apache.atlas:hive-bridge:jar:0.8.3'
<dependency org="org.apache.atlas" name="hive-bridge" rev="0.8.3">
<artifact name="hive-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='hive-bridge', version='0.8.3')
)
libraryDependencies += "org.apache.atlas" % "hive-bridge" % "0.8.3"
[org.apache.atlas/hive-bridge "0.8.3"]