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