<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-spring-boot-autoconfigure</artifactId>
<version>10.0.0</version>
</dependency>
libraryDependencies += "org.optaplanner" % "optaplanner-spring-boot-autoconfigure" % "10.0.0"
@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-spring-boot-autoconfigure', version='10.0.0')
)
<dependency org="org.optaplanner" name="optaplanner-spring-boot-autoconfigure" rev="10.0.0" />
<parent> <groupId>org.optaplanner</groupId> <artifactId>optaplanner-spring-integration</artifactId> <version>10.0.0</version> </parent>
compile
|-- org.optaplanner:optaplanner-core
|-- org.optaplanner:optaplanner-test
|-- org.optaplanner:optaplanner-benchmark
|-- org.optaplanner:optaplanner-persistence-jackson
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-autoconfigure-processor
|-- org.springframework:spring-web
|-- com.fasterxml.jackson.core:jackson-databind
test
|-- org.optaplanner:optaplanner-core-impl
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.springframework:spring-test
|-- org.springframework.boot:spring-boot-test
|-- org.springframework.boot:spring-boot-test-autoconfigure