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 a165289 commit 44578ffCopy full SHA for 44578ff
build.gradle
@@ -16,8 +16,13 @@ java {
16
}
17
18
repositories {
19
+ maven {
20
+ url "https://jitpack.io"
21
+ content {
22
+ includeGroup "com.github.unblu"
23
+ }
24
25
mavenCentral()
- mavenLocal()
26
27
28
wrapper {
@@ -27,7 +32,7 @@ wrapper {
32
33
dependencies {
29
34
implementation 'org.springframework.boot:spring-boot-starter-webflux'
30
- implementation 'com.unblu.middleware:unblu-middleware-lib:1.8.0'
35
+ implementation 'com.github.unblu:unblu-middleware-lib:e8f15d5ef47da08724d806d5be5e08f18728095c'
31
36
implementation 'com.unblu.openapi:jersey3-client-v4:8.24.0'
37
implementation 'org.projectlombok:lombok:1.18.34'
38
annotationProcessor 'org.projectlombok:lombok:1.18.34'
0 commit comments