MVN

com.nebhale.jsonpath : jsonpath

Maven & Gradle

Mar 27, 2013
2 usages
44 stars

JSONPath Java Implementation · A pure Java JsonPath implementation

<dependency>
    <groupId>com.nebhale.jsonpath</groupId>
    <artifactId>jsonpath</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.nebhale.jsonpath : jsonpath to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of com.nebhale.jsonpath : jsonpath to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2
jsonpath-1.2
1.1
jsonpath-1.1
1.0
jsonpath-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.nebhale.jsonpath</groupId>
    <artifactId>jsonpath</artifactId>
    <version>1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.nebhale.jsonpath : jsonpath gradle dependency to your build.gradle file:

implementation 'com.nebhale.jsonpath:jsonpath:1.2'

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

implementation("com.nebhale.jsonpath:jsonpath:1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.nebhale.jsonpath : jsonpath sbt scala dependency to your build.sbt file:

libraryDependencies += "com.nebhale.jsonpath" % "jsonpath" % "1.2"

Advertisement

Dependencies from Group

Mar 27, 2013
2 usages
44 stars

Discover Dependencies

Oct 17, 2022
6 usages
186 stars
Aug 02, 2017
3 stars
Mar 31, 2021
7 usages
Jun 09, 2022
1 usages
3 stars
Apr 14, 2023
34 usages
44 stars
Jun 07, 2023
2 usages
23 stars