MVN

io.github.nomisrev : kotlinx-serialization-jsonpath

Maven & Gradle

Jul 31, 2022
33 stars

kotlinx-serialization-jsonpath · JsonPath offers a simple DSL to work with JsonElement from Kotlinx Serialization Json, this allows you to easily work with JSON in Kotlin in a typed manner.

<dependency>
    <groupId>io.github.nomisrev</groupId>
    <artifactId>kotlinx-serialization-jsonpath</artifactId>
    <version>0.2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.nomisrev : kotlinx-serialization-jsonpath to add to Maven - Latest Versions:

  • Latest Stable: 0.2.0

All Versions

Choose a version of io.github.nomisrev : kotlinx-serialization-jsonpath to add to Maven - All Versions:

Version Vulnerabilities Updated
0.2.x
kotlinx-serialization-jsonpath-0.2.0
0.1.x
kotlinx-serialization-jsonpath-0.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>io.github.nomisrev</groupId>
    <artifactId>kotlinx-serialization-jsonpath</artifactId>
    <version>0.2.0</version>
</dependency>