MVN

org.optaplanner : optaplanner-quarkus-benchmark-integration-test

Maven & Gradle

Aug 15, 2023
3k stars

OptaPlanner Quarkus Benchmark - Integration tests · Quarkus integration tests for OptaPlanner

<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-quarkus-benchmark-integration-test</artifactId>
    <version>9.43.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.optaplanner : optaplanner-quarkus-benchmark-integration-test to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.43.0.Final
  • Latest Beta: 9.36.0.Beta3

All Versions

Choose a version of org.optaplanner : optaplanner-quarkus-benchmark-integration-test to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.43.x
optaplanner-quarkus-benchmark-integration-test-9.43.0.Final
9.42.x
optaplanner-quarkus-benchmark-integration-test-9.42.0.Final
9.41.x
optaplanner-quarkus-benchmark-integration-test-9.41.0.Final
9.40.x
optaplanner-quarkus-benchmark-integration-test-9.40.0.Final
9.38.x
optaplanner-quarkus-benchmark-integration-test-9.38.0.Final
9.37.x
optaplanner-quarkus-benchmark-integration-test-9.37.0.Final
9.36.x
optaplanner-quarkus-benchmark-integration-test-9.36.0.Beta3
9.35.x
optaplanner-quarkus-benchmark-integration-test-9.35.0.Beta2
9.34.x
optaplanner-quarkus-benchmark-integration-test-9.34.0.Beta1
8.43.x
optaplanner-quarkus-benchmark-integration-test-8.43.0.Final
8.42.x
optaplanner-quarkus-benchmark-integration-test-8.42.0.Final
8.41.x
optaplanner-quarkus-benchmark-integration-test-8.41.0.Final
8.40.x
optaplanner-quarkus-benchmark-integration-test-8.40.0.Final
8.38.x
optaplanner-quarkus-benchmark-integration-test-8.38.0.Final
8.37.x
optaplanner-quarkus-benchmark-integration-test-8.37.0.Final
8.36.x
optaplanner-quarkus-benchmark-integration-test-8.36.0.Final
8.35.x
optaplanner-quarkus-benchmark-integration-test-8.35.0.Final
8.34.x
optaplanner-quarkus-benchmark-integration-test-8.34.0.Final
8.33.x
optaplanner-quarkus-benchmark-integration-test-8.33.0.Final
8.32.x
optaplanner-quarkus-benchmark-integration-test-8.32.0.Final
8.31.x
optaplanner-quarkus-benchmark-integration-test-8.31.1.Final
optaplanner-quarkus-benchmark-integration-test-8.31.0.Final
8.30.x
optaplanner-quarkus-benchmark-integration-test-8.30.0.Final
8.29.x
optaplanner-quarkus-benchmark-integration-test-8.29.0.Final
8.28.x
optaplanner-quarkus-benchmark-integration-test-8.28.0.Final
8.27.x
optaplanner-quarkus-benchmark-integration-test-8.27.0.Final
8.26.x
optaplanner-quarkus-benchmark-integration-test-8.26.0.Final
8.25.x
optaplanner-quarkus-benchmark-integration-test-8.25.0.Final
8.24.x
optaplanner-quarkus-benchmark-integration-test-8.24.1.Final
optaplanner-quarkus-benchmark-integration-test-8.24.0.Final
8.23.x
optaplanner-quarkus-benchmark-integration-test-8.23.0.Final
8.22.x
optaplanner-quarkus-benchmark-integration-test-8.22.1.Final
optaplanner-quarkus-benchmark-integration-test-8.22.0.Final
8.21.x
optaplanner-quarkus-benchmark-integration-test-8.21.0.Final
8.20.x
optaplanner-quarkus-benchmark-integration-test-8.20.0.Final
8.19.x
optaplanner-quarkus-benchmark-integration-test-8.19.0.Final
8.18.x
optaplanner-quarkus-benchmark-integration-test-8.18.0.Final
8.17.x
optaplanner-quarkus-benchmark-integration-test-8.17.0.Final
8.16.x
optaplanner-quarkus-benchmark-integration-test-8.16.1.Final
optaplanner-quarkus-benchmark-integration-test-8.16.0.Final
8.15.x
optaplanner-quarkus-benchmark-integration-test-8.15.0.Final

How to add a dependency to Maven

Add the following org.optaplanner : optaplanner-quarkus-benchmark-integration-test maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-quarkus-benchmark-integration-test</artifactId>
    <version>9.43.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.optaplanner : optaplanner-quarkus-benchmark-integration-test gradle dependency to your build.gradle file:

implementation 'org.optaplanner:optaplanner-quarkus-benchmark-integration-test:9.43.0.Final'

Gradle Kotlin DSL: Add the following org.optaplanner : optaplanner-quarkus-benchmark-integration-test gradle kotlin dependency to your build.gradle.kts file:

implementation("org.optaplanner:optaplanner-quarkus-benchmark-integration-test:9.43.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.optaplanner : optaplanner-quarkus-benchmark-integration-test sbt scala dependency to your build.sbt file:

libraryDependencies += "org.optaplanner" % "optaplanner-quarkus-benchmark-integration-test" % "9.43.0.Final"