13 lines
242 B
Groovy
13 lines
242 B
Groovy
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'
|
|
}
|