is not current version
Last Version 1.99.7

org.apache.sqoop:sqoop-common 1.99.1


GroupId

GroupId

org.apache.sqoop
ArtifactId

ArtifactId

sqoop-common
Version

Version

1.99.1
Type

Type

jar

Download sqoop-common 1.99.1


<!-- https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/ -->
<dependency>
    <groupId>org.apache.sqoop</groupId>
    <artifactId>sqoop-common</artifactId>
    <version>1.99.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/
implementation 'org.apache.sqoop:sqoop-common:1.99.1'
// https://jarcasting.com/artifacts/org.apache.sqoop/sqoop-common/
implementation ("org.apache.sqoop:sqoop-common:1.99.1")
'org.apache.sqoop:sqoop-common:jar:1.99.1'
<dependency org="org.apache.sqoop" name="sqoop-common" rev="1.99.1">
  <artifact name="sqoop-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.sqoop', module='sqoop-common', version='1.99.1')
)
libraryDependencies += "org.apache.sqoop" % "sqoop-common" % "1.99.1"
[org.apache.sqoop/sqoop-common "1.99.1"]