Download jxls-core-1.0.jar file - Jar j

Jar examples for j:jxls-core

Description

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

You can download jar file jxls-core 1.0 in this page.

Build File

You can use the following script to add jxls-core-1.0.jar to your project.

<dependency>
   <groupId>net.sf.jxls</groupId>
   <artifactId>jxls-core</artifactId>
   <version>1.0</version>
</dependency>
compile group: 'net.sf.jxls', name: 'jxls-core', version: '1.0'
libraryDependencies += "net.sf.jxls" % "jxls-core" % "1.0"
<dependency org="net.sf.jxls" name="jxls-core" rev="1.0"/>
@Grapes(@Grab(group='net.sf.jxls', module='jxls-core', version='1.0'))
'net.sf.jxls:jxls-core:jar:1.0'

Download

Click the following link to download the jar file.

jxls-core-1.0-javadoc.jar
jxls-core-1.0-sources.jar
jxls-core-1.0.jar
jxls-core-1.0.pom



Related Tutorials