ship-scala


License

License

Categories

Categories

Scala Languages
GroupId

GroupId

com.revinate
ArtifactId

ArtifactId

ship-scala_2.11
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

ship-scala
ship-scala
Project URL

Project URL

https://github.com/revinate/ship-scala
Project Organization

Project Organization

com.revinate
Source Code Management

Source Code Management

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

Download ship-scala_2.11

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.11.8

provided (5)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-annotations jar 2.8.1
com.fasterxml.jackson.core : jackson-core jar 2.8.1
com.fasterxml.jackson.core : jackson-databind jar 2.8.1
com.fasterxml.jackson.module : jackson-module-scala_2.11 jar 2.8.1
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 jar 2.8.1

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.11 jar 3.0.0

Project Modules

There are no modules declared in this project.

SHIP Scala Bindings

Build Status Maven Central Javadoc

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 Scala 2.11 implementation of the SHIP message types.

For more details about SHIP please refer to the ship-sdk project.

Requirements

  • Java 1.8 and later.

  • Scala 2.11 and later.

  • Jackson Annotations 2.8 and later.

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.1.1
1.1.0