MVN

com.hotels.road : road-parent

Maven & Gradle

May 20, 2020
4 stars

The Data Highway is a service that allows data to be easily landed and consumed via REST interfaces which accept and produce JSON messages. The data is first defined using a schema and a "road" is created which will accept data messages that conform to this schema. Producers of data sets thus only need to define the structure of their data and are then able to send their data to a REST endpoint and not be too concerned with what happens next. The Data Highway will ensure that this data is made available for downstream streaming consumption and also stored reliably in a "data lake" in the cloud for access by various end users.

<dependency>
    <groupId>com.hotels.road</groupId>
    <artifactId>road-parent</artifactId>
    <version>6.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hotels.road : road-parent to add to Maven - Latest Versions:

  • Latest Stable: 6.0.21

All Versions

Choose a version of com.hotels.road : road-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
6.0.x
road-parent-6.0.21
road-parent-6.0.20
road-parent-6.0.18
road-parent-6.0.17
road-parent-6.0.16
road-parent-6.0.15
road-parent-6.0.14
road-parent-6.0.13
road-parent-6.0.12
road-parent-6.0.11
road-parent-6.0.10
road-parent-6.0.9
road-parent-6.0.8
road-parent-6.0.7
road-parent-6.0.6
road-parent-6.0.5
road-parent-6.0.4
road-parent-6.0.3
road-parent-6.0.2
road-parent-6.0.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.hotels.road</groupId>
    <artifactId>road-parent</artifactId>
    <version>6.0.21</version>
</dependency>

Advertisement