rrt-play_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>rrt-play_2.11</artifactId>
<version>2.3.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.pheymann</groupId>
<artifactId>rrt-play_2.11</artifactId>
<packaging>jar</packaging>
<description>rrt-play</description>
<version>2.3.0</version>
<name>rrt-play</name>
<organization>
<name>com.github.pheymann</name>
</organization>
<url>https://github.com/pheymann/rest-refactoring-test</url>
<licenses>
<license>
<name>MIT</name>
<url>https://github.com/pheymann/rest-refactoring-test/blob/develop/LICENSE</url>
</license>
</licenses>
<scm>
<connection>scm:git:github.com/pheymann/rest-refactoring-test</connection>
<developerConnection>scm:git:git@github.com:pheymann/rest-refactoring-test</developerConnection>
<url>github.com/pheymann/rest-refactoring-test</url>
</scm>
<developers>
<developer>
<id>pheymann</id>
<name>Paul Heymann</name>
<url>https://github.com/pheymann</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.11.8</version>
</dependency>
<dependency>
<groupId>com.github.pheymann</groupId>
<artifactId>rrt-core_2.11</artifactId>
<version>2.3.0</version>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_2.11</artifactId>
<version>3.8.6</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>