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