MVN

edu.harvard.eecs : jopt

Maven & Gradle

Dec 13, 2021
3 usages
5 stars

Java Optimization · A simple to use Java wrapper for linear and mixed integer programming optimization packages

<dependency>
    <groupId>edu.harvard.eecs</groupId>
    <artifactId>jopt</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of edu.harvard.eecs : jopt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of edu.harvard.eecs : jopt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
jopt-1.4.3
jopt-1.4.2
jopt-1.4.1
jopt-1.4.0
1.3.x
jopt-1.3.6
jopt-1.3.5
jopt-1.3.4
jopt-1.3.3
jopt-1.3.2
jopt-1.3.1
jopt-1.3.0

How to add a dependency to Maven

Add the following edu.harvard.eecs : jopt maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>edu.harvard.eecs</groupId>
    <artifactId>jopt</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following edu.harvard.eecs : jopt gradle dependency to your build.gradle file:

implementation 'edu.harvard.eecs:jopt:1.4.3'

Gradle Kotlin DSL: Add the following edu.harvard.eecs : jopt gradle kotlin dependency to your build.gradle.kts file:

implementation("edu.harvard.eecs:jopt:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following edu.harvard.eecs : jopt sbt scala dependency to your build.sbt file:

libraryDependencies += "edu.harvard.eecs" % "jopt" % "1.4.3"

Advertisement