josephpconley / play-jsonpath   2.6.0

MIT License GitHub

JSONPath library to complement Play's json library

Scala versions: 2.11 2.10

play-jsonpath 1.0


Group ID:
com.josephpconley
Artifact ID:
play-jsonpath_2.10
Version:
1.0
Release Date:
Apr 14, 2014
Licenses:
MIT
Files:

libraryDependencies += "com.josephpconley" %% "play-jsonpath" % "1.0"

Mill build tool

ivy"com.josephpconley::play-jsonpath:1.0"

Scala CLI

//> using dep "com.josephpconley::play-jsonpath:1.0"

Ammonite REPL

import $ivy.`com.josephpconley::play-jsonpath:1.0`

<dependency>
  <groupId>com.josephpconley</groupId>
  <artifactId>play-jsonpath_2.10</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'com.josephpconley', name: 'play-jsonpath_2.10', version: '1.0'