License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.paweladamski |
ArtifactId | ArtifactIdHttpClient5Mock |
Last Version | Last Version1.0.0-RC1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.paweladamski:HttpClient5Mock
Library for mocking Apache HttpClient.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
HttpClient5Mock-1.0.0-RC1.pom | |
HttpClient5Mock-1.0.0-RC1.jar | 48 KB |
HttpClient5Mock-1.0.0-RC1-sources.jar | 24 KB |
HttpClient5Mock-1.0.0-RC1-javadoc.jar | 921 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paweladamski/HttpClient5Mock/ -->
<dependency>
<groupId>com.github.paweladamski</groupId>
<artifactId>HttpClient5Mock</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paweladamski/HttpClient5Mock/
implementation 'com.github.paweladamski:HttpClient5Mock:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.github.paweladamski/HttpClient5Mock/
implementation ("com.github.paweladamski:HttpClient5Mock:1.0.0-RC1")
'com.github.paweladamski:HttpClient5Mock:jar:1.0.0-RC1'
<dependency org="com.github.paweladamski" name="HttpClient5Mock" rev="1.0.0-RC1">
<artifact name="HttpClient5Mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paweladamski', module='HttpClient5Mock', version='1.0.0-RC1')
)
libraryDependencies += "com.github.paweladamski" % "HttpClient5Mock" % "1.0.0-RC1"
[com.github.paweladamski/HttpClient5Mock "1.0.0-RC1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.httpcomponents.client5 : httpclient5 | jar | 5.0.1 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.hamcrest : hamcrest-core | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |