is not current version
Last Version 1.6.3

com.github.jsurfer:jsurfer 1.2

A streaming JsonPath parser

GroupId

GroupId

com.github.jsurfer
ArtifactId

ArtifactId

jsurfer
Version

Version

1.2
Type

Type

pom

Download jsurfer 1.2

Filename Size
jsurfer-1.2.pom 7 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer/ -->
<dependency>
    <groupId>com.github.jsurfer</groupId>
    <artifactId>jsurfer</artifactId>
    <version>1.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer/
implementation 'com.github.jsurfer:jsurfer:1.2'
// https://jarcasting.com/artifacts/com.github.jsurfer/jsurfer/
implementation ("com.github.jsurfer:jsurfer:1.2")
'com.github.jsurfer:jsurfer:pom:1.2'
<dependency org="com.github.jsurfer" name="jsurfer" rev="1.2">
  <artifact name="jsurfer" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jsurfer', module='jsurfer', version='1.2')
)
libraryDependencies += "com.github.jsurfer" % "jsurfer" % "1.2"
[com.github.jsurfer/jsurfer "1.2"]