optics-json-values_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.imrafaelmerino</groupId> <artifactId>optics-json-values_2.13</artifactId> <version>0.4</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>optics-json-values_2.13</artifactId> <packaging>jar</packaging> <description>Predefined optics to work with json-scala-values.</description> <url>https://github.com/imrafaelmerino/optics-json-values</url> <version>0.4</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>optics-json-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/optics-json-values.git</url> <connection>git@github.com:imrafaelmerino/optics-json-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>scala-library</artifactId> <version>2.13.0</version> </dependency> <dependency> <groupId>com.github.julien-truffaut</groupId> <artifactId>monocle-core_2.13</artifactId> <version>2.0.0</version> </dependency> <dependency> <groupId>org.scalacheck</groupId> <artifactId>scalacheck_2.13</artifactId> <version>1.14.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scalatest</groupId> <artifactId>scalatest_2.13</artifactId> <version>3.0.8</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.imrafaelmerino</groupId> <artifactId>json-scala-values-generator_2.13</artifactId> <version>[1.1.0,)</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.imrafaelmerino</groupId> <artifactId>json-scala-values_2.13</artifactId> <version>[2.0.0,)</version> <scope>provided</scope> </dependency> </dependencies> </project>