не последняя версия
Последняя версия 8.23.0.Final

org.optaplanner:optaplanner-spring-boot-autoconfigure 8.0.0.Beta1

OptaPlanner solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the Spring Boot autoconfigure.

Категории

Категории

Spring Boot Контейнер Микросервисы Auto Библиотеки уровня приложения Code Generators config Configuration OptaPlanner Прикладные библиотеки Constraint Satisfaction Problem Solver
Группа

Группа

org.optaplanner
Идентификатор

Идентификатор

optaplanner-spring-boot-autoconfigure
Версия

Версия

8.0.0.Beta1
Тип

Тип

jar

Скачать optaplanner-spring-boot-autoconfigure 8.0.0.Beta1


<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner-spring-boot-autoconfigure/ -->
<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-spring-boot-autoconfigure</artifactId>
    <version>8.0.0.Beta1</version>
</dependency>
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-spring-boot-autoconfigure/
implementation 'org.optaplanner:optaplanner-spring-boot-autoconfigure:8.0.0.Beta1'
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-spring-boot-autoconfigure/
implementation ("org.optaplanner:optaplanner-spring-boot-autoconfigure:8.0.0.Beta1")
'org.optaplanner:optaplanner-spring-boot-autoconfigure:jar:8.0.0.Beta1'
<dependency org="org.optaplanner" name="optaplanner-spring-boot-autoconfigure" rev="8.0.0.Beta1">
  <artifact name="optaplanner-spring-boot-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-spring-boot-autoconfigure', version='8.0.0.Beta1')
)
libraryDependencies += "org.optaplanner" % "optaplanner-spring-boot-autoconfigure" % "8.0.0.Beta1"
[org.optaplanner/optaplanner-spring-boot-autoconfigure "8.0.0.Beta1"]