is not current version
Last Version 1.0.6

net.sf.jxls:jxls 0.9.5

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
Version

Version

0.9.5
Type

Type

pom

Download jxls 0.9.5

Filename Size
jxls-0.9.5.pom 6 KB
Browse

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