crosswords-api-client_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.gu</groupId>
<artifactId>crosswords-api-client_2.10</artifactId>
<version>0.5</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.gu</groupId>
<artifactId>crosswords-api-client_2.10</artifactId>
<packaging>jar</packaging>
<description>Scala client for the Guardian's Crosswords API</description>
<version>0.5</version>
<licenses>
<license>
<name>Apache V2</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>crosswords-api-client</name>
<organization>
<name>com.gu</name>
</organization>
<scm>
<url>https://github.com/guardian/crosswords-api-scala-client</url>
<connection>scm:git:git@github.com:guardian/crosswords-api-scala-client.git</connection>
</scm>
<url>https://github.com/guardian/crosswords-api-scala-client</url>
<developers>
<developer>
<id>robertberry</id>
<name>Robert Berry</name>
<url>https://github.com/robertberry</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-json_2.10</artifactId>
<version>2.3.7</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>
<version>2.3</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2_2.10</artifactId>
<version>2.3.11</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>