Last Version

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.

GroupId

GroupId

com.github.collinalpert
ArtifactId

ArtifactId

jaque
Version

Version

2.4.2
Type

Type

jar
Description

Description

Download 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.