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