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

com.trigersoft:jaque 2.1.0

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.1.0
Тип

Тип

jar

Скачать jaque 2.1.0


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