com.expediagroup.openworld.sdk:openworld-java-sdk-bom

Parent POM For EG Open World SDK For Java


License
Apache-2.0

Documentation

Open World TM SDK for Java

The Open World SDK for Java allows Expedia Group partners to easily build Java applications that leverage the Open WorldTM platform.

Release Notes

Changes to the SDK are tracked in CHANGELOG.md.

Contributing

Please read CONTRIBUTING.md for the mechanics of contributing to the codebase.

Importing The BOM

<dependencyManagement>
  <dependencies>
    <dependency>
      <groupId>com.expediagroup.openworld.sdk</groupId>
      <artifactId>openworld-java-sdk-bom</artifactId>
      <version>0.0.1</version>
      <type>pom</type>
      <scope>import</scope>
    </dependency>
  </dependencies>
</dependencyManagement>

License

This project is licensed under the Apache License - see the LICENSE file for details.