onebusaway-csv-entities
Provides a library for reading and writing Java objects from CSV files.
License |
License |
---|---|
Categories |
CategoriesCSV Data Data Formats |
GroupId | GroupIdorg.onebusaway |
ArtifactId | ArtifactIdonebusaway-csv-entities |
Last Version | Last Version1.1.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiononebusaway-csv-entities
A Java library for reading and writing Java objects from comma-separated-values files.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/ -->
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-csv-entities</artifactId>
<version>1.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/
implementation 'org.onebusaway:onebusaway-csv-entities:1.1.4'
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/
implementation ("org.onebusaway:onebusaway-csv-entities:1.1.4")
'org.onebusaway:onebusaway-csv-entities:jar:1.1.4'
<dependency org="org.onebusaway" name="onebusaway-csv-entities" rev="1.1.4">
<artifact name="onebusaway-csv-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onebusaway', module='onebusaway-csv-entities', version='1.1.4')
)
libraryDependencies += "org.onebusaway" % "onebusaway-csv-entities" % "1.1.4"
[org.onebusaway/onebusaway-csv-entities "1.1.4"]
Group / Artifact | Type | Version |
---|---|---|
commons-beanutils : commons-beanutils | jar | 1.7.0 |
org.slf4j : slf4j-api | jar | 1.5.6 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.5.6 |
junit : junit | jar | 4.4 |
org.mockito : mockito-core | jar | 1.8.0 |
Provides a library for reading and writing Java objects from CSV files.