Java Expression Trees library

The Java Query 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.trigersoft
Идентификатор

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

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

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

2.4.4
Дата

Дата

Тип

Тип

jar
Описание

Описание

Java Expression Trees library
The Java Query 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.
Ссылка на сайт

Ссылка на сайт

https://github.com/TrigerSoft/jaque
Организация-разработчик

Организация-разработчик

TrigerSoft

Скачать jaque

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

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

Зависимости

compile (1)

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

provided (1)

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

test (2)

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

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

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

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

Версия
2.4.4
2.4.3
2.4.2
2.4.1
2.4.0
2.3.0
2.2.1
2.2.0
2.1.4
2.1.3
2.1.2
2.1.0
2.0.4
2.0.3
2.0.2