MVN

com.arakelian : java-jq

Maven & Gradle

Jan 29, 2022
2 usages
75 stars

Java JQ · java-jq is not a re-implementation of jq in Java. It uses JNA to access embedded libraries.

<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>java-jq</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.arakelian : java-jq to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of com.arakelian : java-jq to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
java-jq-1.3.0
1.2.x
java-jq-1.2.0
1.1.x
java-jq-1.1.0
1.0.x
java-jq-1.0.1
0.10.x
java-jq-0.10.1
java-jq-0.10.0
0.9.x
java-jq-0.9.6
java-jq-0.9.4
java-jq-0.9.3
java-jq-0.9.2
java-jq-0.9.1
java-jq-0.9.0

How to add a dependency to Maven

Add the following com.arakelian : java-jq maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.arakelian</groupId>
    <artifactId>java-jq</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.arakelian : java-jq gradle dependency to your build.gradle file:

implementation 'com.arakelian:java-jq:1.3.0'

Gradle Kotlin DSL: Add the following com.arakelian : java-jq gradle kotlin dependency to your build.gradle.kts file:

implementation("com.arakelian:java-jq:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.arakelian : java-jq sbt scala dependency to your build.sbt file:

libraryDependencies += "com.arakelian" % "java-jq" % "1.3.0"

Advertisement