is not current version
Last Version 8.23.0.Final

org.optaplanner:optaplanner-test 7.8.0.Final

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 JUnit and other test support. This module is intended to be used a test scoped dependency.

Categories

Categories

OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.optaplanner
ArtifactId

ArtifactId

optaplanner-test
Version

Version

7.8.0.Final
Type

Type

jar

Download optaplanner-test 7.8.0.Final


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