is not current version
Last Version 1.99.7

org.apache.sqoop:sqoop-core 1.99.2


GroupId

GroupId

org.apache.sqoop
ArtifactId

ArtifactId

sqoop-core
Version

Version

1.99.2
Type

Type

jar

Download sqoop-core 1.99.2


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