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