jsonpath
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>at.asitplus</groupId>
<artifactId>jsonpath</artifactId>
<version>2.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>at.asitplus</groupId>
<artifactId>jsonpath</artifactId>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>JsonPath4K</name>
<description>Kotlin Multiplatform library for using Json Paths as specified in [RFC9535](https://datatracker.ietf.org/doc/rfc9535/)</description>
<url>https://github.com/a-sit-plus/jsonpath4k</url>
<licenses>
<license>
<name>The Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>acrusage</id>
<name>Stefan Kreiner</name>
<email>stefan.kreiner@iaik.tugraz.at</email>
</developer>
<developer>
<id>nodh</id>
<name>Christian Kollmann</name>
<email>christian.kollmann@a-sit.at</email>
</developer>
<developer>
<id>JesusMcCloud</id>
<name>Bernd Prünster</name>
<email>bernd.pruenster@a-sit.at</email>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:a-sit-plus/jsonpath4k.git</connection>
<developerConnection>scm:git:git@github.com:a-sit-plus/jsonpath4k.git</developerConnection>
<url>https://github.com/a-sit-plus/jsonpath4k</url>
</scm>
<distributionManagement>
<relocation>
<artifactId>jsonpath4k</artifactId>
<version>2.2.0</version>
<message>artifactId has been changed</message>
</relocation>
</distributionManagement>
</project>