GroupId | GroupIdorg.apache.atlas |
---|---|
ArtifactId | ArtifactIdsqoop-bridge |
Version | Version0.8.4 |
Type | Typejar |
Filename | Size |
---|---|
sqoop-bridge-0.8.4.pom | |
sqoop-bridge-0.8.4.jar | 19 KB |
sqoop-bridge-0.8.4-test-sources.jar | 14 KB |
sqoop-bridge-0.8.4-sources.jar | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.atlas/sqoop-bridge/ -->
<dependency>
<groupId>org.apache.atlas</groupId>
<artifactId>sqoop-bridge</artifactId>
<version>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.atlas/sqoop-bridge/
implementation 'org.apache.atlas:sqoop-bridge:0.8.4'
// https://jarcasting.com/artifacts/org.apache.atlas/sqoop-bridge/
implementation ("org.apache.atlas:sqoop-bridge:0.8.4")
'org.apache.atlas:sqoop-bridge:jar:0.8.4'
<dependency org="org.apache.atlas" name="sqoop-bridge" rev="0.8.4">
<artifact name="sqoop-bridge" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.atlas', module='sqoop-bridge', version='0.8.4')
)
libraryDependencies += "org.apache.atlas" % "sqoop-bridge" % "0.8.4"
[org.apache.atlas/sqoop-bridge "0.8.4"]