Java Expression Trees library

The Expressions library enables language-level code expressions to be represented as objects in the form of expression trees at runtime, for example, a method call or a binary operation such as x < y. This enables dynamic analysis of lambda's code, usually for building fluent interfaces.

Лицензия

Лицензия

Группа

Группа

com.github.collinalpert
Идентификатор

Идентификатор

expressions
Последняя версия

Последняя версия

2.7.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Expression Trees library
The Expressions library enables language-level code expressions to be represented as objects in the form of expression trees at runtime, for example, a method call or a binary operation such as x < y. This enables dynamic analysis of lambda's code, usually for building fluent interfaces.

Скачать expressions

Как подключить последнюю версию

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

Зависимости

compile (1)

Идентификатор библиотеки Тип Версия
org.ow2.asm : asm jar 9.1

provided (1)

Идентификатор библиотеки Тип Версия
org.projectlombok : lombok jar 1.18.20

test (2)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.13.2
org.danekja : jdk-serializable-functional jar 1.9.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
2.7.0
2.6.1
2.6.0
2.5