is not current version
Last Version 1.1.4

org.onebusaway:onebusaway-csv-entities 1.1.2

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.2
Type

Type

jar

Download onebusaway-csv-entities 1.1.2


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