s

sqoop-core

Files download
File Operation
sqoop-core-1.99.3.jar download
sqoop-core-1.99.3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.sqoop</groupId>
  <artifactId>sqoop-core</artifactId>
  <version>1.99.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.sqoop:sqoop-core:1.99.3'
Gradle Kotlin
implementation("org.apache.sqoop:sqoop-core:1.99.3")
Scala SBT
libraryDependencies += "org.apache.sqoop" % "sqoop-core" % "1.99.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.sqoop', module='sqoop-core', version='1.99.3')
)
Apache Ivy
<dependency org="org.apache.sqoop" name="sqoop-core" rev="1.99.3" />
Leiningen
[org.apache.sqoop/sqoop-core "1.99.3"]
Apache Buildr
'org.apache.sqoop:sqoop-core:jar:1.99.3'