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.