g

gtfs-realtime-bindings

Java classes generated from the GTFS-realtime protocol buffer specification.
https://github.com/google/gtfs-realtime-bindings
The Apache Software License, Version 2.0
Files download
File Operation
gtfs-realtime-bindings-0.0.4.jar download
gtfs-realtime-bindings-0.0.4.pom download
gtfs-realtime-bindings-0.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.google.transit</groupId>
  <artifactId>gtfs-realtime-bindings</artifactId>
  <version>0.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.google.transit:gtfs-realtime-bindings:0.0.4'
Gradle Kotlin
implementation("com.google.transit:gtfs-realtime-bindings:0.0.4")
Scala SBT
libraryDependencies += "com.google.transit" % "gtfs-realtime-bindings" % "0.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.google.transit', module='gtfs-realtime-bindings', version='0.0.4')
)
Apache Ivy
<dependency org="com.google.transit" name="gtfs-realtime-bindings" rev="0.0.4" />
Leiningen
[com.google.transit/gtfs-realtime-bindings "0.0.4"]
Apache Buildr
'com.google.transit:gtfs-realtime-bindings:jar:0.0.4'