j

jxls-project

Small library for Excel generation based on XLS templates
http://jxls.sf.net
The Apache License, Version 2.0
Leonid Vysochyn
Files download
File Operation
jxls-project-3.0.0.pom download
Apache Maven
<dependency>
  <groupId>org.jxls</groupId>
  <artifactId>jxls-project</artifactId>
  <version>3.0.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.jxls:jxls-project:3.0.0'
Gradle Kotlin
implementation("org.jxls:jxls-project:3.0.0")
Scala SBT
libraryDependencies += "org.jxls" % "jxls-project" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.jxls', module='jxls-project', version='3.0.0')
)
Apache Ivy
<dependency org="org.jxls" name="jxls-project" rev="3.0.0" />
Leiningen
[org.jxls/jxls-project "3.0.0"]
Apache Buildr
'org.jxls:jxls-project:jar:3.0.0'
Dependencies
The project has no third-party dependencies