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