is not current version
Last Version 8.23.0.Final

org.optaplanner:optaplanner-examples 6.2.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 non-web examples which demonstrate how to use it in a normal Java application.

Categories

Categories

OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.optaplanner
ArtifactId

ArtifactId

optaplanner-examples
Version

Version

6.2.0.CR1
Type

Type

jar

Download optaplanner-examples 6.2.0.CR1


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