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