Download jxls-core-1.0-RC-2.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-RC-2 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials