play-json_sjs0.6_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.rockjam</groupId>
<artifactId>play-json_sjs0.6_2.12</artifactId>
<version>2.7.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="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<name>play-json_sjs0.6_2.12</name>
<groupId>com.github.rockjam</groupId>
<artifactId>play-json_sjs0.6_2.12</artifactId>
<packaging>jar</packaging>
<description>play-json</description>
<version>2.7.0</version>
<url>https://github.com/playframework/play-json</url>
<licenses>
<license>
<name>Apache-2.0</name>
<url>https://spdx.org/licenses/Apache-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<connection>scm:git:git://github.com/playframework/play-json.git</connection>
<developerConnection>scm:git:ssh://git@github.com:playframework/play-json.git</developerConnection>
<url>https://github.com/playframework/play-json</url>
</scm>
<developers>
<developer>
<id>playframework</id>
<name>Play Framework Team</name>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-reflect</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>macro-compat_2.12</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.github.rockjam</groupId>
<artifactId>play-functional_sjs0.6_2.12</artifactId>
<version>2.7.0</version>
</dependency>
</dependencies>
</project>