GroupId | GroupIdorg.apache.sqoop |
---|---|
ArtifactId | ArtifactIdsqoop-common |
Version | Version1.99.5 |
Type | Typejar |
Filename | Size |
---|---|
sqoop-common-1.99.5.pom | |
sqoop-common-1.99.5.jar | 208 KB |
sqoop-common-1.99.5-tests.jar | 111 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/ -->
<dependency>
<groupId>org.apache.sqoop</groupId>
<artifactId>sqoop-common</artifactId>
<version>1.99.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/
implementation 'org.apache.sqoop:sqoop-common:1.99.5'
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/
implementation ("org.apache.sqoop:sqoop-common:1.99.5")
'org.apache.sqoop:sqoop-common:jar:1.99.5'
<dependency org="org.apache.sqoop" name="sqoop-common" rev="1.99.5">
<artifact name="sqoop-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sqoop', module='sqoop-common', version='1.99.5')
)
libraryDependencies += "org.apache.sqoop" % "sqoop-common" % "1.99.5"
[org.apache.sqoop/sqoop-common "1.99.5"]