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

org.beanio:beanio 2.1.0.M2

A Java un/marshalling library for CSV, XML, delimited and fixed length stream formats.

Группа

Группа

org.beanio
Идентификатор

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

beanio
Версия

Версия

2.1.0.M2
Тип

Тип

jar

Скачать beanio 2.1.0.M2


<!-- https://jarcasting.com/artifacts/org.beanio/beanio/ -->
<dependency>
    <groupId>org.beanio</groupId>
    <artifactId>beanio</artifactId>
    <version>2.1.0.M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.beanio/beanio/
implementation 'org.beanio:beanio:2.1.0.M2'
// https://jarcasting.com/artifacts/org.beanio/beanio/
implementation ("org.beanio:beanio:2.1.0.M2")
'org.beanio:beanio:jar:2.1.0.M2'
<dependency org="org.beanio" name="beanio" rev="2.1.0.M2">
  <artifact name="beanio" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.beanio', module='beanio', version='2.1.0.M2')
)
libraryDependencies += "org.beanio" % "beanio" % "2.1.0.M2"
[org.beanio/beanio "2.1.0.M2"]