hi-backend/recommend/build.gradle
2025-06-11 16:31:06 +09:00

7 lines
166 B
Groovy

dependencies {
implementation project(':common')
// AI and Location Services
implementation 'org.springframework.boot:spring-boot-starter-webflux'
}