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