Download jaque-2.1.2.jar file - Jar j

Jar examples for j:jaque

Description

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.

You can download jar file jaque 2.1.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jaque-2.1.2.jar to your project.

<dependency>
   <groupId>com.trigersoft</groupId>
   <artifactId>jaque</artifactId>
   <version>2.1.2</version>
</dependency>
compile group: 'com.trigersoft', name: 'jaque', version: '2.1.2'
libraryDependencies += "com.trigersoft" % "jaque" % "2.1.2"
<dependency org="com.trigersoft" name="jaque" rev="2.1.2"/>
@Grapes(@Grab(group='com.trigersoft', module='jaque', version='2.1.2'))
'com.trigersoft:jaque:jar:2.1.2'

Download

Click the following link to download the jar file.

jaque-2.1.2-javadoc.jar
jaque-2.1.2-sources.jar
jaque-2.1.2.jar
jaque-2.1.2.pom



Related Tutorials