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