onebusaway-csv-entities
The onebusaway-csv-entities module provides a library for reading and writing Java objects from CSV files
Current Version: 1.0.1
Details on all releases can be found in the Release Notes.
Using in Maven
The onebusaway-csv-entities library is available as a Maven module. Simply add the following dependency:
<dependencies>
<dependency>
<groupId>org.onebusaway</groupId>
<artifactId>onebusaway-csv-entities</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>