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

com.github.collinalpert:jaque 2.4.2

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.github.collinalpert
Идентификатор

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

jaque
Версия

Версия

2.4.2
Тип

Тип

jar
Описание

Описание

Скачать jaque 2.4.2


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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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