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