MVN

org.optaplanner : optaplanner-wb-es-docs

Maven & Gradle

Oct 18, 2016

KIE :: Documentation :: OptaPlanner Workbench and Execution Server · OptaPlanner Workbench and Execution Server Documentation

<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-wb-es-docs</artifactId>
    <version>6.5.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.optaplanner : optaplanner-wb-es-docs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.5.0.Final
  • Latest Beta: 7.0.0.Beta2

All Versions

Choose a version of org.optaplanner : optaplanner-wb-es-docs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
7.0.x
optaplanner-wb-es-docs-7.0.0.Beta2
optaplanner-wb-es-docs-7.0.0.Beta1
6.5.x
optaplanner-wb-es-docs-6.5.0.Final
optaplanner-wb-es-docs-6.5.0.CR2
optaplanner-wb-es-docs-6.5.0.CR1
optaplanner-wb-es-docs-6.5.0.Beta1
6.4.x
optaplanner-wb-es-docs-6.4.0.Final
optaplanner-wb-es-docs-6.4.0.CR2

How to add a dependency to Maven

Add the following org.optaplanner : optaplanner-wb-es-docs maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-wb-es-docs</artifactId>
    <version>6.5.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.optaplanner : optaplanner-wb-es-docs gradle dependency to your build.gradle file:

implementation 'org.optaplanner:optaplanner-wb-es-docs:6.5.0.Final'

Gradle Kotlin DSL: Add the following org.optaplanner : optaplanner-wb-es-docs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.optaplanner:optaplanner-wb-es-docs:6.5.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.optaplanner : optaplanner-wb-es-docs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.optaplanner" % "optaplanner-wb-es-docs" % "6.5.0.Final"