is not current version
Last Version 0.3.4

sc.ala:http-mock_2.11 0.2

Real http server for stubbing and expectations in Scala

GroupId

GroupId

sc.ala
ArtifactId

ArtifactId

http-mock_2.11
Version

Version

0.2
Type

Type

jar

Download http-mock_2.11 0.2


<!-- https://jarcasting.com/artifacts/sc.ala/http-mock_2.11/ -->
<dependency>
    <groupId>sc.ala</groupId>
    <artifactId>http-mock_2.11</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/sc.ala/http-mock_2.11/
implementation 'sc.ala:http-mock_2.11:0.2'
// https://jarcasting.com/artifacts/sc.ala/http-mock_2.11/
implementation ("sc.ala:http-mock_2.11:0.2")
'sc.ala:http-mock_2.11:jar:0.2'
<dependency org="sc.ala" name="http-mock_2.11" rev="0.2">
  <artifact name="http-mock_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='sc.ala', module='http-mock_2.11', version='0.2')
)
libraryDependencies += "sc.ala" % "http-mock_2.11" % "0.2"
[sc.ala/http-mock_2.11 "0.2"]