| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.newcubator |
| Идентификатор | Идентификаторjdbc-excel-converter |
| Версия | Версия0.4.0 |
| Тип | Типjar |
| Описание |
Описаниеjdbc-excel-converter
A library to create excel from jdbc
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| jdbc-excel-converter-0.4.0.pom | |
| jdbc-excel-converter-0.4.0.jar | 16 KB |
| jdbc-excel-converter-0.4.0-sources.jar | 8 KB |
| jdbc-excel-converter-0.4.0-javadoc.jar | 424 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.newcubator/jdbc-excel-converter/ -->
<dependency>
<groupId>com.newcubator</groupId>
<artifactId>jdbc-excel-converter</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel-converter/
implementation 'com.newcubator:jdbc-excel-converter:0.4.0'
// https://jarcasting.com/artifacts/com.newcubator/jdbc-excel-converter/
implementation ("com.newcubator:jdbc-excel-converter:0.4.0")
'com.newcubator:jdbc-excel-converter:jar:0.4.0'
<dependency org="com.newcubator" name="jdbc-excel-converter" rev="0.4.0">
<artifact name="jdbc-excel-converter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.newcubator', module='jdbc-excel-converter', version='0.4.0')
)
libraryDependencies += "com.newcubator" % "jdbc-excel-converter" % "0.4.0"
[com.newcubator/jdbc-excel-converter "0.4.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 |