o

optaplanner-quarkus-benchmark-integration-test

Quarkus integration tests for OptaPlanner
Files download
File Operation
optaplanner-quarkus-benchmark-integration-test-10.0.0.jar download
optaplanner-quarkus-benchmark-integration-test-10.0.0.pom download
optaplanner-quarkus-benchmark-integration-test-10.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.optaplanner</groupId>
  <artifactId>optaplanner-quarkus-benchmark-integration-test</artifactId>
  <version>10.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.optaplanner:optaplanner-quarkus-benchmark-integration-test:10.0.0'
Gradle Kotlin
implementation("org.optaplanner:optaplanner-quarkus-benchmark-integration-test:10.0.0")
Scala SBT
libraryDependencies += "org.optaplanner" % "optaplanner-quarkus-benchmark-integration-test" % "10.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.optaplanner', module='optaplanner-quarkus-benchmark-integration-test', version='10.0.0')
)
Apache Ivy
<dependency org="org.optaplanner" name="optaplanner-quarkus-benchmark-integration-test" rev="10.0.0" />
Leiningen
[org.optaplanner/optaplanner-quarkus-benchmark-integration-test "10.0.0"]
Apache Buildr
'org.optaplanner:optaplanner-quarkus-benchmark-integration-test:jar:10.0.0'