is not current version
Last Version 1.1.0

com.nfeld.jsonpathlite:json-path-lite 1.0.0

A lighter and more efficient implementation of JsonPath in Kotlin

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.nfeld.jsonpathlite
ArtifactId

ArtifactId

json-path-lite
Version

Version

1.0.0
Type

Type

pom

Download json-path-lite 1.0.0


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