is not current version
Last Version 1.1.0

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

Row-Bean is a CSV-Bean JAVA API. Row-Bean provides a mechanism to map csv file content to java beans and revers. For each use, a XML description must describe the wished mapping.

Categories

Categories

Net CSV Data Data Formats
GroupId

GroupId

net.sf.csv-bean
ArtifactId

ArtifactId

row-bean-parent
Version

Version

1.0.0
Type

Type

pom

Download row-bean-parent 1.0.0


<!-- https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-parent/ -->
<dependency>
    <groupId>net.sf.csv-bean</groupId>
    <artifactId>row-bean-parent</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-parent/
implementation 'net.sf.csv-bean:row-bean-parent:1.0.0'
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-parent/
implementation ("net.sf.csv-bean:row-bean-parent:1.0.0")
'net.sf.csv-bean:row-bean-parent:pom:1.0.0'
<dependency org="net.sf.csv-bean" name="row-bean-parent" rev="1.0.0">
  <artifact name="row-bean-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.csv-bean', module='row-bean-parent', version='1.0.0')
)
libraryDependencies += "net.sf.csv-bean" % "row-bean-parent" % "1.0.0"
[net.sf.csv-bean/row-bean-parent "1.0.0"]