o

optaplanner-webexamples

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.
https://www.optaplanner.org
文件下载
文件名 操作
optaplanner-webexamples-7.27.0.Final.pom 下载
optaplanner-webexamples-7.27.0.Final-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.optaplanner</groupId>
  <artifactId>optaplanner-webexamples</artifactId>
  <version>7.27.0.Final</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.optaplanner:optaplanner-webexamples:7.27.0.Final'
Gradle Kotlin
implementation("org.optaplanner:optaplanner-webexamples:7.27.0.Final")
Scala SBT
libraryDependencies += "org.optaplanner" % "optaplanner-webexamples" % "7.27.0.Final"
Groovy Grape
@Grapes(
  @Grab(group='org.optaplanner', module='optaplanner-webexamples', version='7.27.0.Final')
)
Apache Ivy
<dependency org="org.optaplanner" name="optaplanner-webexamples" rev="7.27.0.Final" />
Leiningen
[org.optaplanner/optaplanner-webexamples "7.27.0.Final"]
Apache Buildr
'org.optaplanner:optaplanner-webexamples:jar:7.27.0.Final'