exp4j
exp4j is a mathematical expression evaluator for the Java programming language. It is a simple-to-use and small library (~50kb) without any external dependencies.
Check out http://www.objecthunter.net/exp4j/ for documentation and examples
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаde.congrace |
| Идентификатор | Идентификаторexp4j |
| Последняя версия | Последняя версия0.3.11 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описаниеexp4j
A simple mathematical expression evaluator for java.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| exp4j-0.3.11.pom | |
| exp4j-0.3.11.jar | 38 KB |
| exp4j-0.3.11-sources.jar | 17 KB |
| exp4j-0.3.11-javadoc.jar | 60 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/de.congrace/exp4j/ -->
<dependency>
<groupId>de.congrace</groupId>
<artifactId>exp4j</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/de.congrace/exp4j/
implementation 'de.congrace:exp4j:0.3.11'
// https://jarcasting.com/artifacts/de.congrace/exp4j/
implementation ("de.congrace:exp4j:0.3.11")
'de.congrace:exp4j:jar:0.3.11'
<dependency org="de.congrace" name="exp4j" rev="0.3.11">
<artifact name="exp4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.congrace', module='exp4j', version='0.3.11')
)
libraryDependencies += "de.congrace" % "exp4j" % "0.3.11"
[de.congrace/exp4j "0.3.11"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.2 |
| org.livetribe : livetribe-jsr223 | jar | 2.0.6 |
exp4j is a mathematical expression evaluator for the Java programming language. It is a simple-to-use and small library (~50kb) without any external dependencies.
Check out http://www.objecthunter.net/exp4j/ for documentation and examples