play-json-shaper_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.mghmay</groupId>
<artifactId>play-json-shaper_2.13</artifactId>
<version>0.1.1</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>io.github.mghmay</groupId>
<artifactId>play-json-shaper_2.13</artifactId>
<packaging>jar</packaging>
<description>play-json-shaper</description>
<url>https://github.com/mghmay/play-json-shaper</url>
<version>0.1.1</version>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>play-json-shaper</name>
<inceptionYear>2025</inceptionYear>
<organization>
<name>Mathew May</name>
<url>https://github.com/mghmay/play-json-shaper</url>
</organization>
<scm>
<url>https://github.com/mghmay/play-json-shaper</url>
<connection>scm:git@github.com:mghmay/play-json-shaper.git</connection>
</scm>
<developers>
<developer>
<id>mghmay</id>
<name>Mathew May</name>
<url>https://mghmay.co.uk</url>
<email>mghmay@gmail.com</email>
</developer>
</developers>
<properties>
<info.versionScheme>semver-spec</info.versionScheme>
</properties>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.16</version>
</dependency>
<dependency>
<groupId>org.playframework</groupId>
<artifactId>play-json_2.13</artifactId>
<version>3.0.4</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.13</artifactId>
<version>3.2.19</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scalacheck</groupId>
<artifactId>scalacheck_2.13</artifactId>
<version>1.19.0</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>