Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.github.alotuser |
ArtifactId | ArtifactIdhttpclients |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
httpclients-1.0.3.pom | |
httpclients-1.0.3.jar | 29 KB |
httpclients-1.0.3-sources.jar | 14 KB |
httpclients-1.0.3-javadoc.jar | 89 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.alotuser/httpclients/ -->
<dependency>
<groupId>com.github.alotuser</groupId>
<artifactId>httpclients</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.alotuser/httpclients/
implementation 'com.github.alotuser:httpclients:1.0.3'
// https://jarcasting.com/artifacts/com.github.alotuser/httpclients/
implementation ("com.github.alotuser:httpclients:1.0.3")
'com.github.alotuser:httpclients:jar:1.0.3'
<dependency org="com.github.alotuser" name="httpclients" rev="1.0.3">
<artifact name="httpclients" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.alotuser', module='httpclients', version='1.0.3')
)
libraryDependencies += "com.github.alotuser" % "httpclients" % "1.0.3"
[com.github.alotuser/httpclients "1.0.3"]