7 lines
166 B
Groovy
7 lines
166 B
Groovy
dependencies {
|
|
implementation project(':common')
|
|
|
|
// AI and Location Services
|
|
implementation 'org.springframework.boot:spring-boot-starter-webflux'
|
|
}
|