algorithmia-scala_2.11
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.algorithmia</groupId> <artifactId>algorithmia-scala_2.11</artifactId> <version>1.0.1</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.algorithmia</groupId> <artifactId>algorithmia-scala_2.11</artifactId> <packaging>jar</packaging> <description>algorithmia-scala</description> <version>1.0.1</version> <name>algorithmia-scala</name> <organization> <name>com.algorithmia</name> </organization> <url>http://www.github.com/algorithmiaio/algorithmia-scala</url> <licenses> <license> <name>The MIT License (MIT)</name> <url>http://opensource.org/licenses/mit-license.php</url> <distribution>repo</distribution> </license> </licenses> <scm> <connection>scm:git:git@github.com:algorithmiaio/algorithmia-scala.git</connection> <url>https://github.com/algorithmiaio/algorithmia-scala</url> </scm> <developers> <developer> <name>Algorithmia</name> <email>support@algorithmia.com</email> <organization>Algorithmia</organization> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.11.12</version> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-json_2.11</artifactId> <version>2.7.4</version> </dependency> <dependency> <groupId>org.scalaj</groupId> <artifactId>scalaj-http_2.11</artifactId> <version>2.4.2</version> </dependency> <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> <version>1.12</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> <version>3.9</version> </dependency> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.12</version> <scope>test</scope> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-specs2_2.11</artifactId> <version>2.7.3</version> <scope>test</scope> </dependency> </dependencies> </project>