Download jeval-0.9.4.jar file - Jar j

Jar examples for j:jeval

Description

JEval is the advanced library for adding high-performance, mathematical, Boolean and functional expression parsing and evaluation to your Java applications.

You can download jar file jeval 0.9.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add jeval-0.9.4.jar to your project.

<dependency>
   <groupId>net.sourceforge.jeval</groupId>
   <artifactId>jeval</artifactId>
   <version>0.9.4</version>
</dependency>
compile group: 'net.sourceforge.jeval', name: 'jeval', version: '0.9.4'
libraryDependencies += "net.sourceforge.jeval" % "jeval" % "0.9.4"
<dependency org="net.sourceforge.jeval" name="jeval" rev="0.9.4"/>
@Grapes(@Grab(group='net.sourceforge.jeval', module='jeval', version='0.9.4'))
'net.sourceforge.jeval:jeval:jar:0.9.4'

Download

Click the following link to download the jar file.

jeval-0.9.4-javadoc.jar
jeval-0.9.4-sources.jar
jeval-0.9.4.jar
jeval-0.9.4.pom



Related Tutorials