Download gtfs-realtime-bindings-0.0.4.jar file

Introduction

You can download gtfs-realtime-bindings-0.0.4.jar in this page.

License

The Apache Software License, Version 2.0

Type List

gtfs-realtime-bindings-0.0.4.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.google.transit/gtfs-realtime-bindings/pom.properties
META-INF/maven/com.google.transit/gtfs-realtime-bindings/pom.xml
com.google.transit.realtime.GtfsRealtime.class

Pom

gtfs-realtime-bindings-0.0.4.pom file content.

<!--
 Copyright 2015 Google Inc.

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
-->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>org.sonatype.oss</groupId>
    <artifactId>oss-parent</artifactId>
    <version>9</version>
  </parent>

  <groupId>com.google.transit</groupId>
  <artifactId>gtfs-realtime-bindings</artifactId>
  <version>0.0.4</version>

  <name>gtfs-realtime-bindings</name>
  <description>Java classes generated from the GTFS-realtime protocol buffer specification.</description>
  <url>https://github.com/google/gtfs-realtime-bindings</url>

  <scm>
    <connection>scm:git:http://github.com/google/gtfs-realtime-bindings.git</connection>
    <developerConnection>scm:git:https://github.com/google/gtfs-realtime-bindings.git</developerConnection>
    <url>http://github.com/google/gtfs-realtime-bindings</url>
    <tag>gtfs-realtime-bindings-java-0.0.4</tag>
  </scm>

  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/google/gtfs-realtime-bindings/issues</url>
  </issueManagement>

  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <dependencies>
    <dependency>
      <groupId>com.google.protobuf</groupId>
      <artifactId>protobuf-java</artifactId>
      <version>2.6.1</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.12</version>
      <scope>test</scope>
    </dependency>
  </dependencies>

  <build>
    <plugins>
      <plugin>
	<artifactId>maven-compiler-plugin</artifactId>
	<version>2.5.1</version>
	<configuration>
	  <source>1.5</source>
	  <target>1.5</target>
	</configuration>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-release-plugin</artifactId>
        <version>2.5.1</version>
        <executions>
          <execution>
            <id>default</id>
            <goals>
              <goal>perform</goal>
            </goals>
            <configuration>
              <pomFileName>java/pom.xml</pomFileName>
            </configuration>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.google.transit</groupId>
   <artifactId>gtfs-realtime-bindings</artifactId>
   <version>0.0.4</version>
</dependency>

Download

If you think the following gtfs-realtime-bindings-0.0.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download gtfs-realtime-bindings-0.0.4.jar file




PreviousNext

Related