Skip to content

Commit 4186852

Browse files
committed
add alb example
1 parent ffa3eb4 commit 4186852

File tree

2 files changed

+414
-0
lines changed

2 files changed

+414
-0
lines changed

examples/alb/build.gradle

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)