MVN

com.github.lafa.jsonpath : json-path

Maven & Gradle

Oct 19, 2018
2 usages
1 stars

json-path component ${project.name}

<dependency>
    <groupId>com.github.lafa.jsonpath</groupId>
    <artifactId>json-path</artifactId>
    <version>1.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lafa.jsonpath : json-path to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.3

All Versions

Choose a version of com.github.lafa.jsonpath : json-path to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.4.x
json-path-2.4.0
1.0.x
json-path-1.0.3
json-path-1.0.2
json-path-1.0.1

How to add a dependency to Maven

Add the following com.github.lafa.jsonpath : json-path maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lafa.jsonpath</groupId>
    <artifactId>json-path</artifactId>
    <version>1.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lafa.jsonpath : json-path gradle dependency to your build.gradle file:

implementation 'com.github.lafa.jsonpath:json-path:1.0.3'

Gradle Kotlin DSL: Add the following com.github.lafa.jsonpath : json-path gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lafa.jsonpath:json-path:1.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lafa.jsonpath : json-path sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lafa.jsonpath" % "json-path" % "1.0.3"

Advertisement