| License |
License |
|---|---|
| GroupId | GroupIdcom.pnxtest |
| ArtifactId | ArtifactIdpnx-test-starter-http |
| Version | Version1.0.2 |
| Type | Typejar |
| Description |
Descriptionpnx-test-starter-http
Parent pom providing dependency and plugin management for applications built with Maven
|
| Filename | Size |
|---|---|
| pnx-test-starter-http-1.0.2.pom | |
| pnx-test-starter-http-1.0.2.jar | 84 KB |
| pnx-test-starter-http-1.0.2-sources.jar | 68 KB |
| pnx-test-starter-http-1.0.2-javadoc.jar | 240 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-http/ -->
<dependency>
<groupId>com.pnxtest</groupId>
<artifactId>pnx-test-starter-http</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-http/
implementation 'com.pnxtest:pnx-test-starter-http:1.0.2'
// https://jarcasting.com/artifacts/com.pnxtest/pnx-test-starter-http/
implementation ("com.pnxtest:pnx-test-starter-http:1.0.2")
'com.pnxtest:pnx-test-starter-http:jar:1.0.2'
<dependency org="com.pnxtest" name="pnx-test-starter-http" rev="1.0.2">
<artifact name="pnx-test-starter-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pnxtest', module='pnx-test-starter-http', version='1.0.2')
)
libraryDependencies += "com.pnxtest" % "pnx-test-starter-http" % "1.0.2"
[com.pnxtest/pnx-test-starter-http "1.0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.pnxtest : pnx-test-starter-core | jar | 1.0.2 |
| org.apache.httpcomponents : httpclient | jar | 4.5.13 |
| org.apache.httpcomponents : httpmime | jar | 4.5.13 |
| org.apache.httpcomponents : httpcore-nio | jar | 4.4.14 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |