is not current version
Last Version 1.1.4

org.onebusaway:onebusaway-csv-entities 1.1.1

A Java library for reading and writing Java objects from comma-separated-values files.

Categories

Categories

CSV Data Data Formats
GroupId

GroupId

org.onebusaway
ArtifactId

ArtifactId

onebusaway-csv-entities
Version

Version

1.1.1
Type

Type

jar

Download onebusaway-csv-entities 1.1.1


<!-- https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/ -->
<dependency>
    <groupId>org.onebusaway</groupId>
    <artifactId>onebusaway-csv-entities</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/
implementation 'org.onebusaway:onebusaway-csv-entities:1.1.1'
// https://jarcasting.com/artifacts/org.onebusaway/onebusaway-csv-entities/
implementation ("org.onebusaway:onebusaway-csv-entities:1.1.1")
'org.onebusaway:onebusaway-csv-entities:jar:1.1.1'
<dependency org="org.onebusaway" name="onebusaway-csv-entities" rev="1.1.1">
  <artifact name="onebusaway-csv-entities" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.onebusaway', module='onebusaway-csv-entities', version='1.1.1')
)
libraryDependencies += "org.onebusaway" % "onebusaway-csv-entities" % "1.1.1"
[org.onebusaway/onebusaway-csv-entities "1.1.1"]