SHIP Java Bindings


License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.revinate
ArtifactId

ArtifactId

ship-java
Last Version

Last Version

1.6.0
Release Date

Release Date

Type

Type

jar
Description

Description

SHIP Java Bindings
SHIP Java Bindings
Project URL

Project URL

https://github.com/revinate/ship-java
Source Code Management

Source Code Management

https://github.com/revinate/ship-java

Download ship-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.revinate/ship-java/ -->
<dependency>
    <groupId>com.revinate</groupId>
    <artifactId>ship-java</artifactId>
    <version>1.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.revinate/ship-java/
implementation 'com.revinate:ship-java:1.6.0'
// https://jarcasting.com/artifacts/com.revinate/ship-java/
implementation ("com.revinate:ship-java:1.6.0")
'com.revinate:ship-java:jar:1.6.0'
<dependency org="com.revinate" name="ship-java" rev="1.6.0">
  <artifact name="ship-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.revinate', module='ship-java', version='1.6.0')
)
libraryDependencies += "com.revinate" % "ship-java" % "1.6.0"
[com.revinate/ship-java "1.6.0"]

Dependencies

test (11)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.8.1
org.hibernate : hibernate-validator jar 5.2.4.Final
com.fasterxml.jackson.core : jackson-core jar 2.8.1
com.fasterxml.jackson.core : jackson-databind jar 2.8.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.1
com.fasterxml.jackson.datatype : jackson-datatype-jdk8 jar 2.8.1
org.glassfish.web : javax.el jar 2.2.6
junit : junit jar 4.12
org.assertj : assertj-core jar 3.5.2
com.revinate : assertj-json jar 1.0.1
com.github.fge : json-schema-validator jar 2.2.6

Project Modules

There are no modules declared in this project.

SHIP Java Bindings

Build Status Build Status

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.

com.revinate

Revinate, Inc.

Versions

Version
1.6.0
1.5.3
1.5.2
1.5.1
1.5.0
1.4.0
1.3.0
1.1.1
1.1.0
1.0.0