is not current version
Last Version 1.2

com.nycjv321:simple-http-client 1.0

A simple wrapper of Apache's Http Client Library that tries to make interacting with HTTP Easy

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nycjv321
ArtifactId

ArtifactId

simple-http-client
Version

Version

1.0
Type

Type

jar

Download simple-http-client 1.0


<!-- https://jarcasting.com/artifacts/com.nycjv321/simple-http-client/ -->
<dependency>
    <groupId>com.nycjv321</groupId>
    <artifactId>simple-http-client</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.nycjv321/simple-http-client/
implementation 'com.nycjv321:simple-http-client:1.0'
// https://jarcasting.com/artifacts/com.nycjv321/simple-http-client/
implementation ("com.nycjv321:simple-http-client:1.0")
'com.nycjv321:simple-http-client:jar:1.0'
<dependency org="com.nycjv321" name="simple-http-client" rev="1.0">
  <artifact name="simple-http-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nycjv321', module='simple-http-client', version='1.0')
)
libraryDependencies += "com.nycjv321" % "simple-http-client" % "1.0"
[com.nycjv321/simple-http-client "1.0"]