Last Version

JsonPathKt 2.0.0

A lighter and more efficient implementation of JsonPath in Kotlin

License

License

Categories

Categories

JSON Data JsonPath
GroupId

GroupId

com.nfeld.jsonpathkt
ArtifactId

ArtifactId

jsonpathkt
Version

Version

2.0.0
Type

Type

pom
Description

Description

JsonPathKt
A lighter and more efficient implementation of JsonPath in Kotlin
Project URL

Project URL

https://github.com/codeniko/JsonPathKt
Source Code Management

Source Code Management

https://github.com/codeniko/JsonPathKt

Download jsonpathkt 2.0.0


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

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-core jar 2.11.0
com.fasterxml.jackson.core : jackson-databind jar 2.11.0

runtime (2)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.72
com.fasterxml.jackson.module : jackson-module-kotlin jar 2.11.0

Project Modules

There are no modules declared in this project.