There was an error while loading. Please reload this page.
1 parent ffa3eb4 commit 4186852Copy full SHA for 4186852
2 files changed
examples/alb/build.gradle
@@ -0,0 +1,6 @@
1
+dependencies {
2
+ implementation project (':services:alb')
3
+ implementation 'com.squareup.okhttp3:okhttp:4.12.0'
4
+}
5
+
6
+ext.mainClassName = 'cloud.stackit.sdk.alb.examples.AlbExample'
0 commit comments