| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.sanshi0518 |
| Идентификатор | Идентификаторxcelite |
| Версия | Версия1.0.5 |
| Тип | Типjar |
| Описание |
Описаниеxcelite
Xcelite is an ORM like Java library which allows you to easily serialize and deserialize Java beans
to/from Excel spreadsheets
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| xcelite-1.0.5.pom | |
| xcelite-1.0.5.jar | 46 KB |
| xcelite-1.0.5-sources.jar | 39 KB |
| xcelite-1.0.5-javadoc.jar | 278 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/ -->
<dependency>
<groupId>com.github.sanshi0518</groupId>
<artifactId>xcelite</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/
implementation 'com.github.sanshi0518:xcelite:1.0.5'
// https://jarcasting.com/artifacts/com.github.sanshi0518/xcelite/
implementation ("com.github.sanshi0518:xcelite:1.0.5")
'com.github.sanshi0518:xcelite:jar:1.0.5'
<dependency org="com.github.sanshi0518" name="xcelite" rev="1.0.5">
<artifact name="xcelite" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sanshi0518', module='xcelite', version='1.0.5')
)
libraryDependencies += "com.github.sanshi0518" % "xcelite" % "1.0.5"
[com.github.sanshi0518/xcelite "1.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.apache.poi : poi | jar | 3.10.1 |
| org.apache.poi : poi-ooxml | jar | 3.10.1 |
| org.reflections : reflections | jar | 0.9.9-RC1 |
| commons-collections : commons-collections | jar | 3.2.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |