ecstatic_2.10
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.agmenc</groupId>
<artifactId>ecstatic_2.10</artifactId>
<version>0.0.2</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.agmenc</groupId>
<artifactId>ecstatic_2.10</artifactId>
<packaging>jar</packaging>
<description>ecstatic</description>
<version>0.0.2</version>
<name>ecstatic</name>
<organization>
<name>com.github.agmenc</name>
</organization>
<url>https://github.com/agmenc/trivial-rest</url>
<licenses>
<license>
<name>GPL version 3 or any later version</name>
<url>http://www.gnu.org/licenses/gpl.html</url>
<distribution>repo</distribution>
</license>
</licenses>
<scm>
<url>git@github.com:agmenc/trivial-rest</url>
<developerConnection>scm:git:git@github.com:agmenc/trivial-rest.git</developerConnection>
<connection>scm:git:git@github.com:agmenc/trivial-rest.git</connection>
</scm>
<developers>
<developer>
<id>agmenc</id>
<name>Chris Agmen-Smith</name>
<url>https://github.com/agmenc/trivial-rest</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-compiler</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.10.4</version>
</dependency>
<dependency>
<groupId>com.github.agmenc</groupId>
<artifactId>trivial-rest_2.10</artifactId>
<version>0.0.1</version>
</dependency>
<dependency>
<groupId>com.twitter</groupId>
<artifactId>finatra_2.10</artifactId>
<version>1.6.0</version>
<exclusions>
<exclusion>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
</exclusion>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.10</artifactId>
<version>2.2.4</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>