b

beanio

A Java un/marshalling library for CSV, XML, delimited and fixed length stream formats.
https://beanio.github.io/
The Apache License, Version 2.0
Kevin Seim
文件下载
文件名 操作
beanio-3.0.0.jar 下载
beanio-3.0.0.pom 下载
beanio-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.beanio</groupId>
  <artifactId>beanio</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.beanio:beanio:3.0.0'
Gradle Kotlin
implementation("com.github.beanio:beanio:3.0.0")
Scala SBT
libraryDependencies += "com.github.beanio" % "beanio" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.beanio', module='beanio', version='3.0.0')
)
Apache Ivy
<dependency org="com.github.beanio" name="beanio" rev="3.0.0" />
Leiningen
[com.github.beanio/beanio "3.0.0"]
Apache Buildr
'com.github.beanio:beanio:jar:3.0.0'
本项目依赖
该项目无第三方依赖