Skip to content

wink-travel/google-hotel-api

Repository files navigation

Google Hotel APIs Java SDK

Java objects from Google Hotel APIs based on their publicly available Schema files

This supports Google Hotel APIs's version: NA

Instructions

Java objects were created using the jaxb-maven-plugin and Java 21.

Install

Grab library from Maven repo

<dependency>
    <groupId>travel.wink</groupId>
    <artifactId>google-hotel-apis</artifactId>
    <version>{{ VERSION }}</version>
</dependency>

Development

Generate library mvn clean compile

Test library mvn clean test