com.expedia.www:haystack-idl-java

This module contains some of the common code for haystack modules

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.expedia.www
ArtifactId

ArtifactId

haystack-idl-java
Last Version

Last Version

1.0.66
Release Date

Release Date

Type

Type

jar
Description

Description

This module contains some of the common code for haystack modules

Download haystack-idl-java

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.protobuf : protobuf-java jar 3.3.1

provided (2)

Group / Artifact Type Version
io.grpc : grpc-protobuf jar 1.7.0
io.grpc : grpc-stub jar 1.7.0

Project Modules

There are no modules declared in this project.

Build Status License

haystack-commons

Module with common code that is used by various haystack components

Building

Since this repo contains haystack-idl as the submodule, so use the following to clone the repo

git clone --recursive [email protected]:ExpediaDotCom/haystack-commons.git

Prerequisite:

  • Make sure you have Java 1.8
  • Make sure you have maven 3.3.9 or higher

Build

For a full build including unit tests, one can run -

mvn clean package

Updating haystack-idl

  • Run:

git submodule update --recursive --remote

  • Update maven version

  • Raise a PR

Releasing haystack-commons

com.expedia.www

Expedia.com

Versions

Version
1.0.66
1.0.65
1.0.64
1.0.63
1.0.62
1.0.61
1.0.60
1.0.59
1.0.58
1.0.57