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

org.optaplanner:optaplanner-webexamples 7.0.0.CR2

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 web examples which demonstrate how to use it in a war file.

Категории

Категории

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

Группа

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

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

optaplanner-webexamples
Версия

Версия

7.0.0.CR2
Тип

Тип

war

Скачать optaplanner-webexamples 7.0.0.CR2


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