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

org.optaplanner:optaplanner 6.0.0.CR4-Pre1

OptaPlanner solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module is just the multiproject parent. The planning engine itself is in optaplanner-core.

Категории

Категории

OptaPlanner Прикладные библиотеки Constraint Satisfaction Problem Solver
Группа

Группа

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

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

optaplanner
Версия

Версия

6.0.0.CR4-Pre1
Тип

Тип

jar

Скачать optaplanner 6.0.0.CR4-Pre1


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