How to install the Java artifact org.optaplanner.optaplanner-wb-es-guide with Maven
Java
Maven
pom.xml
org.optaplanner
optaplanner-wb-es-guide
Add the following lines to your pom.xml within the <project> element. Refer to the documentation to find the latest version available.
<dependencies>
<dependency>
<groupId>org.optaplanner</groupId>
<artifactId>optaplanner-wb-es-guide</artifactId>
<version>7.47.0.Final</version>
</dependency>
/dependencies>