Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.pastdev.httpcomponents |
ArtifactId | ArtifactIdhttpclient |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
httpclient-0.1.2.pom | |
httpclient-0.1.2.jar | 7 KB |
httpclient-0.1.2-sources.jar | 3 KB |
httpclient-0.1.2-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/
implementation 'com.pastdev.httpcomponents:httpclient:0.1.2'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/httpclient/
implementation ("com.pastdev.httpcomponents:httpclient:0.1.2")
'com.pastdev.httpcomponents:httpclient:jar:0.1.2'
<dependency org="com.pastdev.httpcomponents" name="httpclient" rev="0.1.2">
<artifact name="httpclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='httpclient', version='0.1.2')
)
libraryDependencies += "com.pastdev.httpcomponents" % "httpclient" % "0.1.2"
[com.pastdev.httpcomponents/httpclient "0.1.2"]