is not current version
Last Version 8.23.0.Final

org.optaplanner:optaplanner-test 7.36.0.20200331

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.36.0.20200331
Type

Type

jar

Download optaplanner-test 7.36.0.20200331


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