<dependency> <groupId>jexcelapi</groupId> <artifactId>jxl</artifactId> <version>2.4.2</version> </dependency>
implementation 'jexcelapi:jxl:2.4.2'
implementation("jexcelapi:jxl:2.4.2")
libraryDependencies += "jexcelapi" % "jxl" % "2.4.2"
@Grapes( @Grab(group='jexcelapi', module='jxl', version='2.4.2') )
<dependency org="jexcelapi" name="jxl" rev="2.4.2" />
[jexcelapi/jxl "2.4.2"]
'jexcelapi:jxl:jar:2.4.2'