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