scuttle_2.9.2
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.dadrox</groupId>
<artifactId>scuttle_2.9.2</artifactId>
<version>0.6</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.dadrox</groupId>
<artifactId>scuttle_2.9.2</artifactId>
<packaging>jar</packaging>
<description>scuttle</description>
<version>0.6</version>
<name>scuttle</name>
<organization>
<name>com.dadrox</name>
</organization>
<url>https://github.com/dadrox/scuttle</url>
<licenses>
<license>
<name>BSD 2-Clause License</name>
<url>http://opensource.org/licenses/BSD-2-Clause</url>
</license>
</licenses>
<scm>
<url>https://github.com/dadrox/scuttle</url>
<connection>scm:git:git@github.com:dadrox/scuttle.git</connection>
</scm>
<developers>
<developer>
<id>dadrox</id>
<name>Christopher Wood</name>
<url>https://github.com/dadrox</url>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
<version>4.10</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.fictus</groupId>
<artifactId>fictus_2.9.2</artifactId>
<version>0.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.dadrox</groupId>
<artifactId>sbt-junit</artifactId>
<version>0.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.9.2</version>
</dependency>
</dependencies>
</project>