MVN

com.trigersoft : jaque

Maven & Gradle

Feb 17, 2019
7 usages
159 stars

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.

<dependency>
    <groupId>com.trigersoft</groupId>
    <artifactId>jaque</artifactId>
    <version>2.4.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.trigersoft : jaque to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.4.4

All Versions

Choose a version of com.trigersoft : jaque to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
jaque-2.4.4
jaque-2.4.3
jaque-2.4.2
jaque-2.4.1
jaque-2.4.0
2.3.x
jaque-2.3.0
2.2.x
jaque-2.2.1
jaque-2.2.0
2.1.x
jaque-2.1.4
jaque-2.1.3
jaque-2.1.2
jaque-2.1.0
2.0.x
jaque-2.0.4
jaque-2.0.3
jaque-2.0.2

How to add a dependency to Maven

Add the following com.trigersoft : jaque maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.trigersoft</groupId>
    <artifactId>jaque</artifactId>
    <version>2.4.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.trigersoft : jaque gradle dependency to your build.gradle file:

implementation 'com.trigersoft:jaque:2.4.4'

Gradle Kotlin DSL: Add the following com.trigersoft : jaque gradle kotlin dependency to your build.gradle.kts file:

implementation("com.trigersoft:jaque:2.4.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.trigersoft : jaque sbt scala dependency to your build.sbt file:

libraryDependencies += "com.trigersoft" % "jaque" % "2.4.4"

Advertisement

Dependencies from Group

Feb 17, 2019
7 usages
159 stars

Discover Dependencies

May 22, 2015
0 stars
May 23, 2015
0 stars
Nov 15, 2017
3 usages
Oct 19, 2022
13 usages
88 stars
Oct 14, 2020
1 usages
66 stars
May 25, 2015
2 usages
0 stars
Feb 06, 2021
1 usages
5.1k stars