License |
License |
---|---|
Categories |
CategoriesNet CSV Data Data Formats |
GroupId | GroupIdnet.sf.csv-bean |
ArtifactId | ArtifactIdrow-bean-annotations |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionnet.sf.csv-bean:row-bean-annotations
this module provides some useful class to add mapping annotations capability to row-bean-core.
|
Project URL |
Project URL |
Filename | Size |
---|---|
row-bean-annotations-1.1.0.pom | |
row-bean-annotations-1.1.0.jar | 40 KB |
row-bean-annotations-1.1.0-sources.jar | 28 KB |
row-bean-annotations-1.1.0-javadoc.jar | 107 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-annotations/ -->
<dependency>
<groupId>net.sf.csv-bean</groupId>
<artifactId>row-bean-annotations</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-annotations/
implementation 'net.sf.csv-bean:row-bean-annotations:1.1.0'
// https://jarcasting.com/artifacts/net.sf.csv-bean/row-bean-annotations/
implementation ("net.sf.csv-bean:row-bean-annotations:1.1.0")
'net.sf.csv-bean:row-bean-annotations:jar:1.1.0'
<dependency org="net.sf.csv-bean" name="row-bean-annotations" rev="1.1.0">
<artifact name="row-bean-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.csv-bean', module='row-bean-annotations', version='1.1.0')
)
libraryDependencies += "net.sf.csv-bean" % "row-bean-annotations" % "1.1.0"
[net.sf.csv-bean/row-bean-annotations "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
net.sf.csv-bean : row-bean-core | jar | 1.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.slf4j : slf4j-simple | jar | 1.6.4 |