MVN

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

Maven & Gradle

Jul 04, 2023
3 stars

EG Open World SDK :: Core · Core Modules of EG Travel SDK

<dependency>
    <groupId>com.expediagroup.openworld.sdk</groupId>
    <artifactId>openworld-java-sdk-core</artifactId>
    <version>2.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.expediagroup.openworld.sdk : openworld-java-sdk-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.6.0
  • Latest Alpha: 0.0.2-alpha

All Versions

Choose a version of com.expediagroup.openworld.sdk : openworld-java-sdk-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.6.x
openworld-java-sdk-core-2.6.0
2.5.x
openworld-java-sdk-core-2.5.0
2.4.x
openworld-java-sdk-core-2.4.0
2.3.x
openworld-java-sdk-core-2.3.0
2.2.x
openworld-java-sdk-core-2.2.0
2.1.x
openworld-java-sdk-core-2.1.0
2.0.x
openworld-java-sdk-core-2.0.1
openworld-java-sdk-core-2.0.0
1.0.x
openworld-java-sdk-core-1.0.0
0.11.x
openworld-java-sdk-core-0.11.0
0.10.x
openworld-java-sdk-core-0.10.0
0.9.x
openworld-java-sdk-core-0.9.0
0.8.x
openworld-java-sdk-core-0.8.0
0.7.x
openworld-java-sdk-core-0.7.0
0.6.x
openworld-java-sdk-core-0.6.0
0.5.x
openworld-java-sdk-core-0.5.0
0.4.x
openworld-java-sdk-core-0.4.0
0.3.x
openworld-java-sdk-core-0.3.0
0.2.x
openworld-java-sdk-core-0.2.0
0.1.x
openworld-java-sdk-core-0.1.0
0.0.x
openworld-java-sdk-core-0.0.2-alpha
openworld-java-sdk-core-0.0.1-alpha.5
openworld-java-sdk-core-0.0.1-alpha.4
openworld-java-sdk-core-0.0.1-alpha.3
openworld-java-sdk-core-0.0.1-alpha.2
openworld-java-sdk-core-0.0.1-alpha

How to add a dependency to Maven

Add the following com.expediagroup.openworld.sdk : openworld-java-sdk-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.expediagroup.openworld.sdk</groupId>
    <artifactId>openworld-java-sdk-core</artifactId>
    <version>2.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.expediagroup.openworld.sdk : openworld-java-sdk-core gradle dependency to your build.gradle file:

implementation 'com.expediagroup.openworld.sdk:openworld-java-sdk-core:2.6.0'

Gradle Kotlin DSL: Add the following com.expediagroup.openworld.sdk : openworld-java-sdk-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.expediagroup.openworld.sdk:openworld-java-sdk-core:2.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.expediagroup.openworld.sdk : openworld-java-sdk-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.expediagroup.openworld.sdk" % "openworld-java-sdk-core" % "2.6.0"