is not current version
Last Version 7.71.0.Final

org.optaplanner:optaplanner-wb 6.3.0.CR1

OptaPlanner Workbench

Categories

Categories

OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.optaplanner
ArtifactId

ArtifactId

optaplanner-wb
Version

Version

6.3.0.CR1
Type

Type

jar

Download optaplanner-wb 6.3.0.CR1


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