logic-json-path
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ilinykh.kotlin.logic-json-path</groupId> <artifactId>logic-json-path</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.ilinykh.kotlin.logic-json-path</groupId> <artifactId>logic-json-path</artifactId> <version>1.1.0</version> <name>Logic Json-Path</name> <description>Library for mathematical and logical operations on JSON paths.</description> <url>https://github.com/divinenickname/logic-json-path</url> <licenses> <license> <name>Apache-2.0</name> <url>https://opensource.org/license/apache-2-0</url> </license> </licenses> <developers> <developer> <name>Alexander Ilinykh</name> <email>public@ilinykh.org</email> </developer> </developers> <scm> <connection>scm:git:git@github.com:divinenickname/logic-json-path.git</connection> <developerConnection>scm:git:git@github.com:divinenickname/logic-json-path.git</developerConnection> <url>https://github.com/divinenickname/logic-json-path</url> </scm> <dependencies/> </project>