License |
License |
---|---|
GroupId | GroupIdcom.lyncode |
ArtifactId | ArtifactIdtesty-http |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTesty HTTP
Test Support Toolkit
|
Filename | Size |
---|---|
testy-http-1.0.1.pom | |
testy-http-1.0.1.jar | 22 KB |
testy-http-1.0.1-sources.jar | 9 KB |
testy-http-1.0.1-javadoc.jar | 131 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lyncode/testy-http/ -->
<dependency>
<groupId>com.lyncode</groupId>
<artifactId>testy-http</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lyncode/testy-http/
implementation 'com.lyncode:testy-http:1.0.1'
// https://jarcasting.com/artifacts/com.lyncode/testy-http/
implementation ("com.lyncode:testy-http:1.0.1")
'com.lyncode:testy-http:jar:1.0.1'
<dependency org="com.lyncode" name="testy-http" rev="1.0.1">
<artifact name="testy-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lyncode', module='testy-http', version='1.0.1')
)
libraryDependencies += "com.lyncode" % "testy-http" % "1.0.1"
[com.lyncode/testy-http "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
com.lyncode : testy-core | jar | 1.0.1 |
org.apache.httpcomponents : httpclient | jar | 4.3.2 |
org.apache.httpcomponents : fluent-hc | jar | 4.3.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |