| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.jxls |
| Идентификатор | Идентификаторjxls-core |
| Последняя версия | Последняя версия1.0.6 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjxls-core
jXLS is a small and easy-to-use Java library for generating Excel files using XLS templates
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикjXLS Team |
| Имя Файла | Размер |
|---|---|
| jxls-core-1.0.6.pom | |
| jxls-core-1.0.6.jar | 150 KB |
| jxls-core-1.0.6-sources.jar | 90 KB |
| jxls-core-1.0.6-javadoc.jar | 444 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/ -->
<dependency>
<groupId>net.sf.jxls</groupId>
<artifactId>jxls-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation 'net.sf.jxls:jxls-core:1.0.6'
// https://jarcasting.com/artifacts/net.sf.jxls/jxls-core/
implementation ("net.sf.jxls:jxls-core:1.0.6")
'net.sf.jxls:jxls-core:jar:1.0.6'
<dependency org="net.sf.jxls" name="jxls-core" rev="1.0.6">
<artifact name="jxls-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jxls', module='jxls-core', version='1.0.6')
)
libraryDependencies += "net.sf.jxls" % "jxls-core" % "1.0.6"
[net.sf.jxls/jxls-core "1.0.6"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | 1.1.1 |
| commons-beanutils : commons-beanutils | jar | 1.8.2 |
| commons-collections : commons-collections | jar | 3.2.1 |
| commons-digester : commons-digester | jar | 2.0 |
| org.apache.commons : commons-jexl | jar | 2.0.1 |
| org.apache.poi : poi | jar | 3.9 |
| org.apache.poi : poi-ooxml | jar | 3.9 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.opencsv : opencsv | jar | 2.0 |
| junit : junit | jar | 4.10 |
| hsqldb : hsqldb | jar | 1.8.0.10 |