Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.arronlong |
ArtifactId | ArtifactIdhttpclientutil |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
httpclientutil-1.0.1.pom | |
httpclientutil-1.0.1.jar | 44 KB |
httpclientutil-1.0.1-sources.jar | 31 KB |
httpclientutil-1.0.1-javadoc.jar | 167 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.arronlong/httpclientutil/ -->
<dependency>
<groupId>com.arronlong</groupId>
<artifactId>httpclientutil</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.arronlong/httpclientutil/
implementation 'com.arronlong:httpclientutil:1.0.1'
// https://jarcasting.com/artifacts/com.arronlong/httpclientutil/
implementation ("com.arronlong:httpclientutil:1.0.1")
'com.arronlong:httpclientutil:jar:1.0.1'
<dependency org="com.arronlong" name="httpclientutil" rev="1.0.1">
<artifact name="httpclientutil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.arronlong', module='httpclientutil', version='1.0.1')
)
libraryDependencies += "com.arronlong" % "httpclientutil" % "1.0.1"
[com.arronlong/httpclientutil "1.0.1"]