MVN

org.spectrumauctions : sats-opt

Maven & Gradle

Feb 26, 2018
1 stars

Winner determination problem solvers for sats-core.

<dependency>
    <groupId>org.spectrumauctions</groupId>
    <artifactId>sats-opt</artifactId>
    <version>0.5.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.spectrumauctions : sats-opt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.3

All Versions

Choose a version of org.spectrumauctions : sats-opt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
sats-opt-0.5.3
sats-opt-0.5.2

How to add a dependency to Maven

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

<dependency>
    <groupId>org.spectrumauctions</groupId>
    <artifactId>sats-opt</artifactId>
    <version>0.5.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.spectrumauctions : sats-opt gradle dependency to your build.gradle file:

implementation 'org.spectrumauctions:sats-opt:0.5.3'

Gradle Kotlin DSL: Add the following org.spectrumauctions : sats-opt gradle kotlin dependency to your build.gradle.kts file:

implementation("org.spectrumauctions:sats-opt:0.5.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.spectrumauctions : sats-opt sbt scala dependency to your build.sbt file:

libraryDependencies += "org.spectrumauctions" % "sats-opt" % "0.5.3"

Advertisement