SHIP Java Bindings
The Simple Hospitality Interchange Protocol, or SHIP, is a JSON-based message format, combined with a simple HTTP-based API, that aims to make it easy for hospitality-related systems and applications to exchange messages. This library is a Java implementation of the SHIP message types.
For more details about SHIP please refer to the ship-sdk project.
Requirements
-
Java 1.8 and later.
-
Jackson Annotations 2 and later.
-
Hibernate Validator 5 and later.
Installation
Maven
Add this dependency to your project’s POM:
<dependency>
<groupId>com.revinate</groupId>
<artifactId>ship-java</artifactId>
<version>1.6.0</version>
</dependency>
Gradle
Add this dependency to your project’s build script:
compile 'com.revinate:ship-java:1.6.0'
Versioning
Version numbers of this library follow the MAJOR.MINOR.PATCH
format, where MAJOR.MINOR
refer to the version of the SHIP message specifications being implemented. For example, version 1.0.3
of this library implements SHIP message specifications version 1.0
.
License
This library is under the MIT License.