<?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>org.scalaj</groupId> <artifactId>scalaj-http_2.9.2</artifactId> <packaging>jar</packaging> <description>scalaj-http</description> <version>0.3.11</version> <name>scalaj-http</name> <organization> <name>org.scalaj</name> </organization> <url>http://github.com/scalaj/scalaj-http</url> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>git@github.com:scalaj/scalaj-http.git</url> <connection>scm:git:git@github.com:scalaj/scalaj-http.git</connection> </scm> <developers> <developer> <id>hoffrocket</id> <name>Jon Hoffman</name> <url>http://github.com/hoffrocket</url> </developer> </developers> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.9.2</version> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.10</version> <scope>test</scope> </dependency> <dependency> <groupId>com.novocode</groupId> <artifactId>junit-interface</artifactId> <version>0.8</version> <scope>test</scope> </dependency> <dependency> <groupId>com.github.kristofa</groupId> <artifactId>mock-http-server</artifactId> <version>1.3</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.scalaj</groupId> <artifactId>scalaj-http_2.9.2</artifactId> <version>0.3.11</version> </dependency>
org.scalaj:scalaj-http_2.9.2:0.3.11