is not current version
Last Version 1.0.6

net.sf.jxls:jxls-core 0.9.9

jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates

Categories

Categories

Net
GroupId

GroupId

net.sf.jxls
ArtifactId

ArtifactId

jxls-core
Version

Version

0.9.9
Type

Type

jar

Download jxls-core 0.9.9


<!-- https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/ -->
<dependency>
    <groupId>net.sf.jxls</groupId>
    <artifactId>jxls-core</artifactId>
    <version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation 'net.sf.jxls:jxls-core:0.9.9'
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation ("net.sf.jxls:jxls-core:0.9.9")
'net.sf.jxls:jxls-core:jar:0.9.9'
<dependency org="net.sf.jxls" name="jxls-core" rev="0.9.9">
  <artifact name="jxls-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jxls', module='jxls-core', version='0.9.9')
)
libraryDependencies += "net.sf.jxls" % "jxls-core" % "0.9.9"
[net.sf.jxls/jxls-core "0.9.9"]