http-mock_2.12
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>sc.ala</groupId>
<artifactId>http-mock_2.12</artifactId>
<version>0.3.4</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>sc.ala</groupId>
<artifactId>http-mock_2.12</artifactId>
<packaging>jar</packaging>
<description>Real http server for stubbing and expectations in Scala</description>
<url>https://github.com/maiha/http-mock</url>
<version>0.3.4</version>
<licenses>
<license>
<name>MIT License</name>
<url>http://www.opensource.org/licenses/mit-license.php</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>http-mock</name>
<organization>
<name>sc.ala</name>
<url>https://github.com/maiha/http-mock</url>
</organization>
<developers>
<developer>
<id>maiha</id>
<name>Kazunori Nishi</name>
<url>https://github.com/maiha</url>
</developer>
</developers>
<scm>
<url>https://github.com/maiha/http-mock</url>
<connection>scm:git:git@github.com:maiha/http-mock.git</connection>
</scm>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.12.4</version>
</dependency>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-netty-server_2.12</artifactId>
<version>2.6.7</version>
</dependency>
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.12</artifactId>
<version>3.0.4</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.ning</groupId>
<artifactId>async-http-client</artifactId>
<version>1.9.40</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>