| License |
License |
|---|---|
| GroupId | GroupIdorg.paltest |
| ArtifactId | ArtifactIdpal-test-support-http |
| Last Version | Last Version1.0.8 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPal Test Support HTTP
Making BA and TDD developer life easier
|
| Filename | Size |
|---|---|
| pal-test-support-http-1.0.8.pom | |
| pal-test-support-http-1.0.8.jar | 37 KB |
| pal-test-support-http-1.0.8-sources.jar | 14 KB |
| pal-test-support-http-1.0.8-javadoc.jar | 173 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.paltest/pal-test-support-http/ -->
<dependency>
<groupId>org.paltest</groupId>
<artifactId>pal-test-support-http</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.paltest/pal-test-support-http/
implementation 'org.paltest:pal-test-support-http:1.0.8'
// https://jarcasting.com/artifacts/org.paltest/pal-test-support-http/
implementation ("org.paltest:pal-test-support-http:1.0.8")
'org.paltest:pal-test-support-http:jar:1.0.8'
<dependency org="org.paltest" name="pal-test-support-http" rev="1.0.8">
<artifact name="pal-test-support-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.paltest', module='pal-test-support-http', version='1.0.8')
)
libraryDependencies += "org.paltest" % "pal-test-support-http" % "1.0.8"
[org.paltest/pal-test-support-http "1.0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| org.paltest : pal-test-support-core | jar | 1.0.8 |
| org.apache.httpcomponents : httpclient | jar | 4.3.2 |
| org.apache.httpcomponents : fluent-hc | jar | 4.3.5 |
| javax.servlet : javax.servlet-api | jar | 3.0.1 |
| org.eclipse.jetty : jetty-webapp | jar | 9.0.6.v20130930 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |