json-scala3-values_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.imrafaelmerino</groupId> <artifactId>json-scala3-values_3</artifactId> <version>5.0.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.github.imrafaelmerino</groupId> <artifactId>json-scala3-values_3</artifactId> <packaging>jar</packaging> <description>Declarative and immutable Json implemented with persistent data structures.</description> <url>https://github.com/imrafaelmerino/json-scala-values</url> <version>5.0.0</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>json-scala3-values</name> <organization> <name>Rafael Merino García</name> <url>https://github.com/imrafaelmerino/imrafaelmerino.github.io</url> </organization> <scm> <url>https://github.com/imrafaelmerino/json-scala-values.git</url> <connection>git@github.com:imrafaelmerino/json-scala-values.git</connection> </scm> <developers> <developer> <id>com.github.imrafaelmerino</id> <name>Rafael Merino García</name> <url>https://github.com/imrafaelmerino/imrafaelmerino.github.io</url> <email>imrafael.merino@gmail.com</email> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.1.3</version> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_3</artifactId> <version>3.2.12</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.16.0</version> </dependency> <dependency> <groupId>com.github.plokhotnyuk.jsoniter-scala</groupId> <artifactId>jsoniter-scala-core_3</artifactId> <version>2.13.35</version> </dependency> <dependency> <groupId>dev.optics</groupId> <artifactId>monocle-core_3</artifactId> <version>3.1.0</version> </dependency> </dependencies> </project>