License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.expath.http.client |
ArtifactId | ArtifactIdhttp-client-parent |
Last Version | Last Version1.4.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionEXPath HTTP Client POM
The base POM for all EXPath HTTP Client modules.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
http-client-parent-1.4.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.expath.http.client/http-client-parent/ -->
<dependency>
<groupId>org.expath.http.client</groupId>
<artifactId>http-client-parent</artifactId>
<version>1.4.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-parent/
implementation 'org.expath.http.client:http-client-parent:1.4.1'
// https://jarcasting.com/artifacts/org.expath.http.client/http-client-parent/
implementation ("org.expath.http.client:http-client-parent:1.4.1")
'org.expath.http.client:http-client-parent:pom:1.4.1'
<dependency org="org.expath.http.client" name="http-client-parent" rev="1.4.1">
<artifact name="http-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.expath.http.client', module='http-client-parent', version='1.4.1')
)
libraryDependencies += "org.expath.http.client" % "http-client-parent" % "1.4.1"
[org.expath.http.client/http-client-parent "1.4.1"]