onebusaway-gtfs-hibernate

A Java library for reading and writing General Transit Feed Spec feeds into a database

License

License

Categories

Categories

Hibernate Data ORM
GroupId

GroupId

org.onebusaway
ArtifactId

ArtifactId

onebusaway-gtfs-hibernate
Last Version

Last Version

1.3.4
Release Date

Release Date

Type

Type

jar
Description

Description

onebusaway-gtfs-hibernate
A Java library for reading and writing General Transit Feed Spec feeds into a database
Project URL

Project URL

https://github.com/OneBusAway/onebusaway-gtfs-modules/wiki/onebusaway-gtfs-hibernate/
Project Organization

Project Organization

OneBusAway

Download onebusaway-gtfs-hibernate

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.onebusaway : onebusaway-gtfs jar 1.3.4
org.hibernate : hibernate-core jar 3.3.1.GA

test (4)

Group / Artifact Type Version
org.hsqldb : hsqldb jar 2.0.0
mysql : mysql-connector-java jar 3.1.14
junit : junit jar 4.4
org.slf4j : slf4j-log4j12 jar 1.5.6

Project Modules

There are no modules declared in this project.

onebusaway-gtfs-modules

A Java library for reading and writing GTFS feeds, including database support.

See more documentation on the wiki.

Maven usage

In your pom.xml, include:

<repositories>
	<repository>
		<id>public.onebusaway.org</id>
		<url>https://repo.camsys-apps.com/releases/</url>
	</repository>
</repositories>

... and inside <dependencies>:

<dependency>
	<groupId>org.onebusaway</groupId>
	<artifactId>onebusaway-gtfs</artifactId>
	<version>1.3.88</version>
</dependency>

...where <version> contains the latest version number.

org.onebusaway

OneBusAway

Your open-source transit app for real-time information.

Versions

Version
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.6
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.11
1.1.10
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.1.4
1.1.3