License |
License |
---|---|
GroupId | GroupIdio.inkstand |
ArtifactId | ArtifactIdscribble-http |
Last Version | Last Version0.3.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionscribble-http
HTTP support, providing embedded http servers as a test rule and mock object for http
related testing
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
scribble-http-0.3.2.1.pom | |
scribble-http-0.3.2.1.jar | 14 KB |
scribble-http-0.3.2.1-sources.jar | 12 KB |
scribble-http-0.3.2.1-javadoc.jar | 77 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.inkstand/scribble-http/ -->
<dependency>
<groupId>io.inkstand</groupId>
<artifactId>scribble-http</artifactId>
<version>0.3.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.inkstand/scribble-http/
implementation 'io.inkstand:scribble-http:0.3.2.1'
// https://jarcasting.com/artifacts/io.inkstand/scribble-http/
implementation ("io.inkstand:scribble-http:0.3.2.1")
'io.inkstand:scribble-http:jar:0.3.2.1'
<dependency org="io.inkstand" name="scribble-http" rev="0.3.2.1">
<artifact name="scribble-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.inkstand', module='scribble-http', version='0.3.2.1')
)
libraryDependencies += "io.inkstand" % "scribble-http" % "0.3.2.1"
[io.inkstand/scribble-http "0.3.2.1"]
Group / Artifact | Type | Version |
---|---|---|
io.inkstand : scribble-core | jar | 0.3.2.1 |
io.inkstand : scribble-file | jar | 0.3.2.1 |
io.inkstand : scribble-net | jar | 0.3.2.1 |
io.undertow : undertow-core | jar | 1.3.6.Final |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |
org.mockito : mockito-all | jar | 1.9.5 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.0-rc1 |
org.apache.logging.log4j : log4j-api | jar | 2.0-rc1 |
org.apache.logging.log4j : log4j-core | jar | 2.0-rc1 |
Group / Artifact | Type | Version |
---|---|---|
net.sourceforge.htmlunit : htmlunit | jar | 2.19 |