e

exp4j

A fork from Frank Asseg simple mathematical expression evaluator for java.
http://www.objecthunter.net/exp4j
Apache License 2.0
frank shuvam chatterjee
文件下载
文件名 操作
exp4j-0.4.12.jar 下载
exp4j-0.4.12.pom 下载
exp4j-0.4.12-sources.jar 下载
Apache Maven
<dependency>
  <groupId>fr.neolegal</groupId>
  <artifactId>exp4j</artifactId>
  <version>0.4.12</version>
</dependency>
Gradle Groovy
implementation 'fr.neolegal:exp4j:0.4.12'
Gradle Kotlin
implementation("fr.neolegal:exp4j:0.4.12")
Scala SBT
libraryDependencies += "fr.neolegal" % "exp4j" % "0.4.12"
Groovy Grape
@Grapes(
  @Grab(group='fr.neolegal', module='exp4j', version='0.4.12')
)
Apache Ivy
<dependency org="fr.neolegal" name="exp4j" rev="0.4.12" />
Leiningen
[fr.neolegal/exp4j "0.4.12"]
Apache Buildr
'fr.neolegal:exp4j:jar:0.4.12'