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