MVN

org.opt4j : opt4j-benchmarks

Maven & Gradle

Nov 29, 2015
1 usages

Opt4J · A set of benchmarks for Opt4J

<dependency>
    <groupId>org.opt4j</groupId>
    <artifactId>opt4j-benchmarks</artifactId>
    <version>3.1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.opt4j : opt4j-benchmarks to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.4

All Versions

Choose a version of org.opt4j : opt4j-benchmarks to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
opt4j-benchmarks-3.1.4
opt4j-benchmarks-3.1.3
opt4j-benchmarks-3.1.2
opt4j-benchmarks-3.1.1
3.1
opt4j-benchmarks-3.1
3.0.x
opt4j-benchmarks-3.0.1
3.0
opt4j-benchmarks-3.0

How to add a dependency to Maven

Add the following org.opt4j : opt4j-benchmarks maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.opt4j</groupId>
    <artifactId>opt4j-benchmarks</artifactId>
    <version>3.1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.opt4j : opt4j-benchmarks gradle dependency to your build.gradle file:

implementation 'org.opt4j:opt4j-benchmarks:3.1.4'

Gradle Kotlin DSL: Add the following org.opt4j : opt4j-benchmarks gradle kotlin dependency to your build.gradle.kts file:

implementation("org.opt4j:opt4j-benchmarks:3.1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.opt4j : opt4j-benchmarks sbt scala dependency to your build.sbt file:

libraryDependencies += "org.opt4j" % "opt4j-benchmarks" % "3.1.4"