| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть CSV Данные Data Formats |
| Группа | Группаnet.sf.csv-bean |
| Идентификатор | Идентификаторrow-bean-core |
| Последняя версия | Последняя версия1.1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеnet.sf.csv-bean:row-bean-core
Row-Bean core provides all the necessary reading and writing beans in CSV files.
It provides in particular ways to map beans with each line of the file using XML descriptor.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| row-bean-core-1.1.0.pom | |
| row-bean-core-1.1.0.jar | 123 KB |
| row-bean-core-1.1.0-sources.jar | 134 KB |
| row-bean-core-1.1.0-javadoc.jar | 572 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-core/ -->
<dependency>
<groupId>net.sf.csv-bean</groupId>
<artifactId>row-bean-core</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-core/
implementation 'net.sf.csv-bean:row-bean-core:1.1.0'
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-core/
implementation ("net.sf.csv-bean:row-bean-core:1.1.0")
'net.sf.csv-bean:row-bean-core:jar:1.1.0'
<dependency org="net.sf.csv-bean" name="row-bean-core" rev="1.1.0">
<artifact name="row-bean-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.csv-bean', module='row-bean-core', version='1.1.0')
)
libraryDependencies += "net.sf.csv-bean" % "row-bean-core" % "1.1.0"
[net.sf.csv-bean/row-bean-core "1.1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.4 |
| org.odftoolkit : odfdom-java Необязательный | jar | 0.8.7 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-simple | jar | 1.6.4 |
| junit : junit | jar | 4.11 |