License |
License |
---|---|
Categories |
CategoriesJSON Data JsonPath |
GroupId | GroupIdcom.nfeld.jsonpathlite |
ArtifactId | ArtifactIdjson-path-lite |
Last Version | Last Version1.1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionJsonPathLite
A lighter and more efficient implementation of JsonPath in Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
json-path-lite-1.1.0.pom | |
json-path-lite-1.1.0.jar | 1 KB |
json-path-lite-1.1.0-sources.jar | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/ -->
<dependency>
<groupId>com.nfeld.jsonpathlite</groupId>
<artifactId>json-path-lite</artifactId>
<version>1.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/
implementation 'com.nfeld.jsonpathlite:json-path-lite:1.1.0'
// https://jarcasting.com/artifacts/com.nfeld.jsonpathlite/json-path-lite/
implementation ("com.nfeld.jsonpathlite:json-path-lite:1.1.0")
'com.nfeld.jsonpathlite:json-path-lite:pom:1.1.0'
<dependency org="com.nfeld.jsonpathlite" name="json-path-lite" rev="1.1.0">
<artifact name="json-path-lite" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nfeld.jsonpathlite', module='json-path-lite', version='1.1.0')
)
libraryDependencies += "com.nfeld.jsonpathlite" % "json-path-lite" % "1.1.0"
[com.nfeld.jsonpathlite/json-path-lite "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.3.10 |
org.json : json | jar | 20180813 |