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