j

jxl

Files download
File Operation
jxl-2.4.2.jar download
jxl-2.4.2.pom download
Apache Maven
<dependency>
  <groupId>jexcelapi</groupId>
  <artifactId>jxl</artifactId>
  <version>2.4.2</version>
</dependency>
Gradle Groovy
implementation 'jexcelapi:jxl:2.4.2'
Gradle Kotlin
implementation("jexcelapi:jxl:2.4.2")
Scala SBT
libraryDependencies += "jexcelapi" % "jxl" % "2.4.2"
Groovy Grape
@Grapes(
  @Grab(group='jexcelapi', module='jxl', version='2.4.2')
)
Apache Ivy
<dependency org="jexcelapi" name="jxl" rev="2.4.2" />
Leiningen
[jexcelapi/jxl "2.4.2"]
Apache Buildr
'jexcelapi:jxl:jar:2.4.2'
Dependencies
The project has no third-party dependencies