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