| License |
License |
|---|---|
| GroupId | GroupIdcom.lateral-thoughts.stub |
| ArtifactId | ArtifactIdhttp-server |
| Version | Version0.7.0 |
| Type | Typejar |
| Description |
Descriptionserver-stub
Basic embedded and configurable stub of http server.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| http-server-0.7.0.pom | |
| http-server-0.7.0.jar | 22 KB |
| http-server-0.7.0-sources.jar | 7 KB |
| http-server-0.7.0-javadoc.jar | 35 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/ -->
<dependency>
<groupId>com.lateral-thoughts.stub</groupId>
<artifactId>http-server</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/
implementation 'com.lateral-thoughts.stub:http-server:0.7.0'
// https://jarcasting.com/artifacts/com.lateral-thoughts.stub/http-server/
implementation ("com.lateral-thoughts.stub:http-server:0.7.0")
'com.lateral-thoughts.stub:http-server:jar:0.7.0'
<dependency org="com.lateral-thoughts.stub" name="http-server" rev="0.7.0">
<artifact name="http-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lateral-thoughts.stub', module='http-server', version='0.7.0')
)
libraryDependencies += "com.lateral-thoughts.stub" % "http-server" % "0.7.0"
[com.lateral-thoughts.stub/http-server "0.7.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.simpleframework : simple | jar | 4.1.21 |
| com.google.guava : guava | jar | 17.0 |
| commons-logging : commons-logging | jar | 1.1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 2.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.8.2 |
| com.jayway.restassured : rest-assured | jar | 1.7 |