play-jsonpath 1.0


Group ID:
org.jiris
Artifact ID:
play-jsonpath_2.11
Version:
1.0
Release Date:
Feb 29, 2016
Licenses:

libraryDependencies += "org.jiris" %% "play-jsonpath" % "1.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.jiris::play-jsonpath:1.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.jiris::play-jsonpath:1.0"

Ammonite REPL

import $ivy.`org.jiris::play-jsonpath:1.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.jiris</groupId>
  <artifactId>play-jsonpath_2.11</artifactId>
  <version>1.0</version>
</dependency>

compile group: 'org.jiris', name: 'play-jsonpath_2.11', version: '1.0'