<dependency> <groupId>org.apache.sqoop</groupId> <artifactId>sqoop-core</artifactId> <version>1.99.3</version> </dependency>
implementation 'org.apache.sqoop:sqoop-core:1.99.3'
implementation("org.apache.sqoop:sqoop-core:1.99.3")
libraryDependencies += "org.apache.sqoop" % "sqoop-core" % "1.99.3"
@Grapes( @Grab(group='org.apache.sqoop', module='sqoop-core', version='1.99.3') )
<dependency org="org.apache.sqoop" name="sqoop-core" rev="1.99.3" />
[org.apache.sqoop/sqoop-core "1.99.3"]
'org.apache.sqoop:sqoop-core:jar:1.99.3'
<parent> <groupId>org.apache</groupId> <artifactId>sqoop</artifactId> <version>1.99.3</version> </parent>
compile
|-- org.apache.sqoop:sqoop-spi
|-- org.apache.sqoop:sqoop-common
|-- commons-dbcp:commons-dbcp
test
|-- org.mockito:mockito-all
|-- junit:junit