We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6494d commit caee0e3Copy full SHA for caee0e3
xap-sdk/build.gradle.kts
@@ -3,6 +3,9 @@ plugins {
3
id("maven-publish")
4
}
5
6
+group = property("GROUP_ID") as String
7
+version = property("VERSION") as String
8
+
9
dependencies {
10
api("com.expediagroup:expediagroup-sdk-rest:0.0.5-alpha-SNAPSHOT")
11
implementation("com.fasterxml.jackson.core:jackson-databind:2.18.2")
0 commit comments