Files download
File Operation
idflakies-legacy-2.0.0.jar download
idflakies-legacy-2.0.0.pom download
idflakies-legacy-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>edu.illinois.cs</groupId>
  <artifactId>idflakies-legacy</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'edu.illinois.cs:idflakies-legacy:2.0.0'
Gradle Kotlin
implementation("edu.illinois.cs:idflakies-legacy:2.0.0")
Scala SBT
libraryDependencies += "edu.illinois.cs" % "idflakies-legacy" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='edu.illinois.cs', module='idflakies-legacy', version='2.0.0')
)
Apache Ivy
<dependency org="edu.illinois.cs" name="idflakies-legacy" rev="2.0.0" />
Leiningen
[edu.illinois.cs/idflakies-legacy "2.0.0"]
Apache Buildr
'edu.illinois.cs:idflakies-legacy:jar:2.0.0'