| License |
License |
|---|---|
| GroupId | GroupIdorg.jxls |
| ArtifactId | ArtifactIdjxls-project |
| Last Version | Last Version2.12.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionorg.jxls:jxls-project
Small library for Excel generation based on XLS templates
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jxls-project-2.12.0.pom | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jxls/jxls-project/ -->
<dependency>
<groupId>org.jxls</groupId>
<artifactId>jxls-project</artifactId>
<version>2.12.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jxls/jxls-project/
implementation 'org.jxls:jxls-project:2.12.0'
// https://jarcasting.com/artifacts/org.jxls/jxls-project/
implementation ("org.jxls:jxls-project:2.12.0")
'org.jxls:jxls-project:pom:2.12.0'
<dependency org="org.jxls" name="jxls-project" rev="2.12.0">
<artifact name="jxls-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jxls', module='jxls-project', version='2.12.0')
)
libraryDependencies += "org.jxls" % "jxls-project" % "2.12.0"
[org.jxls/jxls-project "2.12.0"]