License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdcom.github.paweladamski |
ArtifactId | ArtifactIdHttpClientMock |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.github.paweladamski:HttpClientMock
Library for mocking Apache HttpClient.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
HttpClientMock-2.2.1.pom | |
HttpClientMock-2.2.1.jar | 49 KB |
HttpClientMock-2.2.1-sources.jar | 25 KB |
HttpClientMock-2.2.1-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paweladamski/HttpClientMock/ -->
<dependency>
<groupId>com.github.paweladamski</groupId>
<artifactId>HttpClientMock</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paweladamski/HttpClientMock/
implementation 'com.github.paweladamski:HttpClientMock:2.2.1'
// https://jarcasting.com/artifacts/com.github.paweladamski/HttpClientMock/
implementation ("com.github.paweladamski:HttpClientMock:2.2.1")
'com.github.paweladamski:HttpClientMock:jar:2.2.1'
<dependency org="com.github.paweladamski" name="HttpClientMock" rev="2.2.1">
<artifact name="HttpClientMock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paweladamski', module='HttpClientMock', version='2.2.1')
)
libraryDependencies += "com.github.paweladamski" % "HttpClientMock" % "2.2.1"
[com.github.paweladamski/HttpClientMock "2.2.1"]
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 |
---|---|---|
org.junit.jupiter : junit-jupiter-params | jar | 5.7.0 |