| License |
License |
|---|---|
| GroupId | GroupIdorg.jxls |
| ArtifactId | ArtifactIdjxls |
| Last Version | Last Version2.12.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionorg.jxls:jxls
Small library for Excel generation based on XLS templates
|
| Filename | Size |
|---|---|
| jxls-2.12.0.pom | |
| jxls-2.12.0.jar | 150 KB |
| jxls-2.12.0-sources.jar | 98 KB |
| jxls-2.12.0-javadoc.jar | 537 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jxls/jxls/ -->
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls</artifactId>
<version>2.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jxls/jxls/
implementation 'org.jxls:jxls:2.12.0'
// https://jarcasting.com/artifacts/org.jxls/jxls/
implementation ("org.jxls:jxls:2.12.0")
'org.jxls:jxls:jar:2.12.0'
<dependency org="org.jxls" name="jxls" rev="2.12.0">
<artifact name="jxls" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jxls', module='jxls', version='2.12.0')
)
libraryDependencies += "org.jxls" % "jxls" % "2.12.0"
[org.jxls/jxls "2.12.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.commons : commons-jexl3 | jar | 3.2 |
| commons-beanutils : commons-beanutils | jar | 1.9.4 |
| org.slf4j : slf4j-api | jar | 1.7.30 |
| ch.qos.logback : logback-core | jar | 1.2.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : jcl-over-slf4j | jar | 1.7.30 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 2.24.5 |
| ch.qos.logback : logback-classic | jar | 1.2.10 |
| org.spockframework : spock-core | jar | 1.0-groovy-2.4 |
| cglib : cglib-nodep | jar | 3.2.10 |