Java Expression Parser

JEP is a Java library for parsing and evaluating mathematical expressions.

License

License

GNU Public License v3
GroupId

GroupId

org.scijava
ArtifactId

ArtifactId

jep
Last Version

Last Version

2.4.2
Release Date

Release Date

Type

Type

jar
Description

Description

Java Expression Parser
JEP is a Java library for parsing and evaluating mathematical expressions.
Project URL

Project URL

http://sourceforge.net/projects/jep
Source Code Management

Source Code Management

https://github.com/fiji/jep

Download jep

How to add to project

<!-- https://jarcasting.com/artifacts/org.scijava/jep/ -->
<dependency>
    <groupId>org.scijava</groupId>
    <artifactId>jep</artifactId>
    <version>2.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.scijava/jep/
implementation 'org.scijava:jep:2.4.2'
// https://jarcasting.com/artifacts/org.scijava/jep/
implementation ("org.scijava:jep:2.4.2")
'org.scijava:jep:jar:2.4.2'
<dependency org="org.scijava" name="jep" rev="2.4.2">
  <artifact name="jep" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scijava', module='jep', version='2.4.2')
)
libraryDependencies += "org.scijava" % "jep" % "2.4.2"
[org.scijava/jep "2.4.2"]

Dependencies

compile (1)

Group / Artifact Type Version
gov.nist.math : jama jar 1.0.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.1

Project Modules

There are no modules declared in this project.
org.scijava

Fiji

A "batteries included" distribution of ImageJ for scientific image analysis

Versions

Version
2.4.2
2.4.1