scala-json-path-circe_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.quincyjo</groupId> <artifactId>scala-json-path-circe_3</artifactId> <version>0.2.0</version> </dependency>
<?xml version='1.0' encoding='UTF-8'?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <groupId>com.quincyjo</groupId> <artifactId>scala-json-path-circe_3</artifactId> <packaging>jar</packaging> <description>Scala Jsonpath Circe</description> <url>https://github.com/quincyjo/scala-json-path</url> <version>0.2.0</version> <licenses> <license> <name>Apache-2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>Scala Jsonpath Circe</name> <inceptionYear>2023</inceptionYear> <organization> <name>Quincy Jo</name> <url>https://quincyjo.com</url> </organization> <scm> <url>https://github.com/quincyjo/scala-json-path</url> <connection>git@github.com:quincyjo/scala-json-path.git</connection> </scm> <developers> <developer> <id>quincyjo</id> <name>Quincy Jo</name> <url>https://github.com/quincyjo</url> <email>me@quincyjo.com</email> </developer> </developers> <properties> <info.apiURL>https://www.javadoc.io/doc/com.quincyjo/scala-json-path-circe_3/0.2.0/</info.apiURL> <info.releaseNotesUrl>https://github.com/quincyjo/scala-json-path/releases/tag/v0.2.0</info.releaseNotesUrl> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>com.quincyjo</groupId> <artifactId>scala-json-path_3</artifactId> <version>0.2.0</version> </dependency> <dependency> <groupId>com.quincyjo</groupId> <artifactId>testbehaviours_3</artifactId> <version>0.2.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.1</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>scalac-compat-annotation_3</artifactId> <version>0.1.4</version> <scope>provided</scope> </dependency> <dependency> <groupId>io.circe</groupId> <artifactId>circe-core_3</artifactId> <version>0.14.10</version> </dependency> <dependency> <groupId>com.quincyjo</groupId> <artifactId>braid-circe_3</artifactId> <version>0.1.1</version> </dependency> </dependencies> </project>