r

row-bean-annotations

this module provides some useful class to add mapping annotations capability to row-bean-core.
Files download
File Operation
row-bean-annotations-1.1.0.jar download
row-bean-annotations-1.1.0.pom download
row-bean-annotations-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.sf.csv-bean</groupId>
  <artifactId>row-bean-annotations</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.sf.csv-bean:row-bean-annotations:1.1.0'
Gradle Kotlin
implementation("net.sf.csv-bean:row-bean-annotations:1.1.0")
Scala SBT
libraryDependencies += "net.sf.csv-bean" % "row-bean-annotations" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.csv-bean', module='row-bean-annotations', version='1.1.0')
)
Apache Ivy
<dependency org="net.sf.csv-bean" name="row-bean-annotations" rev="1.1.0" />
Leiningen
[net.sf.csv-bean/row-bean-annotations "1.1.0"]
Apache Buildr
'net.sf.csv-bean:row-bean-annotations:jar:1.1.0'