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