MVN

io.leonard : gtfs-realtime-bindings

Maven & Gradle

Apr 10, 2020
349 stars

gtfs-realtime-bindings · Java classes generated from the GTFS-realtime protocol buffer specification.

<dependency>
    <groupId>io.leonard</groupId>
    <artifactId>gtfs-realtime-bindings</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.leonard : gtfs-realtime-bindings to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of io.leonard : gtfs-realtime-bindings to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
gtfs-realtime-bindings-0.0.7
gtfs-realtime-bindings-0.0.6

How to add a dependency to Maven

Add the following io.leonard : gtfs-realtime-bindings maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.leonard</groupId>
    <artifactId>gtfs-realtime-bindings</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.leonard : gtfs-realtime-bindings gradle dependency to your build.gradle file:

implementation 'io.leonard:gtfs-realtime-bindings:0.0.7'

Gradle Kotlin DSL: Add the following io.leonard : gtfs-realtime-bindings gradle kotlin dependency to your build.gradle.kts file:

implementation("io.leonard:gtfs-realtime-bindings:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.leonard : gtfs-realtime-bindings sbt scala dependency to your build.sbt file:

libraryDependencies += "io.leonard" % "gtfs-realtime-bindings" % "0.0.7"

Advertisement