MVN

net.trajano.doxdb : json-path

Maven & Gradle

Oct 05, 2015

JSON Path · Fork of 'com.jayway.jsonpath:json-path:jar:2.0.0'

<dependency>
    <groupId>net.trajano.doxdb</groupId>
    <artifactId>json-path</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.trajano.doxdb : json-path to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of net.trajano.doxdb : json-path to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
json-path-1.0.4
json-path-1.0.3

How to add a dependency to Maven

Add the following net.trajano.doxdb : json-path maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.trajano.doxdb</groupId>
    <artifactId>json-path</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.trajano.doxdb : json-path gradle dependency to your build.gradle file:

implementation 'net.trajano.doxdb:json-path:1.0.4'

Gradle Kotlin DSL: Add the following net.trajano.doxdb : json-path gradle kotlin dependency to your build.gradle.kts file:

implementation("net.trajano.doxdb:json-path:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.trajano.doxdb : json-path sbt scala dependency to your build.sbt file:

libraryDependencies += "net.trajano.doxdb" % "json-path" % "1.0.4"

Advertisement