| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.newcubator |
| Идентификатор | Идентификаторjdbc-excel |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеjdbc-excel
A library to create excel from jdbc
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jdbc-excel-1.1.0.pom | |
| jdbc-excel-1.1.0.jar | 18 KB |
| jdbc-excel-1.1.0-sources.jar | 9 KB |
| jdbc-excel-1.1.0-javadoc.jar | 428 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/ -->
<dependency>
<groupId>com.newcubator</groupId>
<artifactId>jdbc-excel</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/
implementation 'com.newcubator:jdbc-excel:1.1.0'
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel/
implementation ("com.newcubator:jdbc-excel:1.1.0")
'com.newcubator:jdbc-excel:jar:1.1.0'
<dependency org="com.newcubator" name="jdbc-excel" rev="1.1.0">
<artifact name="jdbc-excel" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newcubator', module='jdbc-excel', version='1.1.0')
)
libraryDependencies += "com.newcubator" % "jdbc-excel" % "1.1.0"
[com.newcubator/jdbc-excel "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.30 |
| org.springframework : spring-jdbc | jar | 5.3.0 |
| org.apache.poi : poi | jar | 4.1.2 |
| org.apache.poi : poi-ooxml | jar | 4.1.2 |