is not current version
Last Version 1.0.6

net.sf.jxls:jxls-core 0.9.3

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.3
Type

Type

jar

Download jxls-core 0.9.3


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