| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.jett |
| Идентификатор | Идентификаторjett-core |
| Последняя версия | Последняя версия0.11.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjett-core
JETT is a Java API that reads an Excel spreadsheet as a template, takes your data, and
creates a new Excel spreadsheet that contains your data, formatted as in the template. It
works with .xls and .xlsx template spreadsheets.
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчикJett Team |
| Имя Файла | Размер |
|---|---|
| jett-core-0.11.0.pom | |
| jett-core-0.11.0.jar | 187 KB |
| jett-core-0.11.0-sources.jar | 158 KB |
| jett-core-0.11.0-javadoc.jar | 521 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.jett/jett-core/ -->
<dependency>
<groupId>net.sf.jett</groupId>
<artifactId>jett-core</artifactId>
<version>0.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jett/jett-core/
implementation 'net.sf.jett:jett-core:0.11.0'
// https://jarcasting.com/artifacts/net.sf.jett/jett-core/
implementation ("net.sf.jett:jett-core:0.11.0")
'net.sf.jett:jett-core:jar:0.11.0'
<dependency org="net.sf.jett" name="jett-core" rev="0.11.0">
<artifact name="jett-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jett', module='jett-core', version='0.11.0')
)
libraryDependencies += "net.sf.jett" % "jett-core" % "0.11.0"
[net.sf.jett/jett-core "0.11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| net.sf.jagg : jagg-core | jar | 0.9.0 |
| org.apache.poi : poi | jar | 3.14 |
| org.apache.poi : poi-ooxml | jar | 3.14 |
| org.apache.commons : commons-jexl | jar | 2.1.1 |
| org.apache.logging.log4j : log4j-api | jar | 2.9.0 |
| org.apache.logging.log4j : log4j-core | jar | 2.9.0 |
| org.apache.logging.log4j : log4j-jcl | jar | 2.9.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| hsqldb : hsqldb | jar | 1.8.0.10 |