не последняя версия
Последняя версия 1.1.0

net.sf.csv-bean:row-bean-core 1.0.0

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.

Категории

Категории

Сеть CSV Данные Data Formats
Группа

Группа

net.sf.csv-bean
Идентификатор

Идентификатор

row-bean-core
Версия

Версия

1.0.0
Тип

Тип

jar

Скачать row-bean-core 1.0.0


<!-- 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.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-core/
implementation 'net.sf.csv-bean:row-bean-core:1.0.0'
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-core/
implementation ("net.sf.csv-bean:row-bean-core:1.0.0")
'net.sf.csv-bean:row-bean-core:jar:1.0.0'
<dependency org="net.sf.csv-bean" name="row-bean-core" rev="1.0.0">
  <artifact name="row-bean-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.csv-bean', module='row-bean-core', version='1.0.0')
)
libraryDependencies += "net.sf.csv-bean" % "row-bean-core" % "1.0.0"
[net.sf.csv-bean/row-bean-core "1.0.0"]