E

EvalEx

EvalEx is a handy expression evaluator for Java, that allows to evaluate expressions.
https://github.com/ezylang/EvalEx
Apache License 2.0
Udo Klimaschewski
Udo Klimaschewski
文件下载
文件名 操作
EvalEx-3.0.0.jar 下载
EvalEx-3.0.0.pom 下载
EvalEx-3.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.ezylang</groupId>
  <artifactId>EvalEx</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.ezylang:EvalEx:3.0.0'
Gradle Kotlin
implementation("com.ezylang:EvalEx:3.0.0")
Scala SBT
libraryDependencies += "com.ezylang" % "EvalEx" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.ezylang', module='EvalEx', version='3.0.0')
)
Apache Ivy
<dependency org="com.ezylang" name="EvalEx" rev="3.0.0" />
Leiningen
[com.ezylang/EvalEx "3.0.0"]
Apache Buildr
'com.ezylang:EvalEx:jar:3.0.0'