multi
This commit is contained in:
12
state_machines/multi_module_sample/api-module/build.gradle
Normal file
12
state_machines/multi_module_sample/api-module/build.gradle
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
id 'java'
|
||||
}
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'org.springframework.boot:spring-boot-starter-web:3.2.0'
|
||||
implementation 'org.springframework.statemachine:spring-statemachine-core:3.2.0'
|
||||
}
|
||||
Reference in New Issue
Block a user