com.nycjv321:simple-http-client

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

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.nycjv321
ArtifactId

ArtifactId

simple-http-client
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.nycjv321:simple-http-client
A simple wrapper of Apache's Http Client Library that tries to make interacting with HTTP Easy
Project URL

Project URL

https://github.com/nycjv321/simple-http-client

Download simple-http-client

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.httpcomponents : httpclient jar 4.3
org.apache.logging.log4j : log4j-api jar 2.1
org.apache.logging.log4j : log4j-core jar 2.1
org.json : json jar 20090211
org.jdom : jdom jar 2.0.2
org.jetbrains : annotations jar 15.0
com.nycjv321 : utilities jar 1.4
org.apache.commons : commons-lang3 jar 3.4
commons-io : commons-io jar 2.4
com.google.guava : guava jar 18.0

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.1.1
org.mock-server : mockserver-netty jar 3.10.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.0