is not current version
Last Version 0.3.2.1

io.inkstand:scribble-http 0.3.1

HTTP support, providing embedded http servers as a test rule and mock object for http related testing

GroupId

GroupId

io.inkstand
ArtifactId

ArtifactId

scribble-http
Version

Version

0.3.1
Type

Type

jar

Download scribble-http 0.3.1


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