is not current version
Last Version 0.8.1

org.spectrumauctions:sats 0.6.2

This bundle includes the core library, the command line tool interface and the winner determination problem solvers for SATS.

GroupId

GroupId

org.spectrumauctions
ArtifactId

ArtifactId

sats
Version

Version

0.6.2
Type

Type

jar

Download sats 0.6.2


<!-- https://jarcasting.com/artifacts/org.spectrumauctions/sats/ -->
<dependency>
    <groupId>org.spectrumauctions</groupId>
    <artifactId>sats</artifactId>
    <version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.spectrumauctions/sats/
implementation 'org.spectrumauctions:sats:0.6.2'
// https://jarcasting.com/artifacts/org.spectrumauctions/sats/
implementation ("org.spectrumauctions:sats:0.6.2")
'org.spectrumauctions:sats:jar:0.6.2'
<dependency org="org.spectrumauctions" name="sats" rev="0.6.2">
  <artifact name="sats" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.spectrumauctions', module='sats', version='0.6.2')
)
libraryDependencies += "org.spectrumauctions" % "sats" % "0.6.2"
[org.spectrumauctions/sats "0.6.2"]