is not current version
Last Version 7.27.0.Final

org.optaplanner:optaplanner-webexamples 7.0.0.CR1

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.

Categories

Categories

OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.optaplanner
ArtifactId

ArtifactId

optaplanner-webexamples
Version

Version

7.0.0.CR1
Type

Type

war

Download optaplanner-webexamples 7.0.0.CR1


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