Last Version

httpClient 1.0.2

Lib for making implementation of http requests easy.

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.github.julucinho
ArtifactId

ArtifactId

httpClient
Version

Version

1.0.2
Type

Type

jar
Description

Description

httpClient
Lib for making implementation of http requests easy.
Project URL

Project URL

https://github.com/julucinho/http-client
Source Code Management

Source Code Management

https://github.com/julucinho/http-client/tree/main

Download httpClient 1.0.2


<!-- https://jarcasting.com/artifacts/io.github.julucinho/httpClient/ -->
<dependency>
    <groupId>io.github.julucinho</groupId>
    <artifactId>httpClient</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.julucinho/httpClient/
implementation 'io.github.julucinho:httpClient:1.0.2'
// https://jarcasting.com/artifacts/io.github.julucinho/httpClient/
implementation ("io.github.julucinho:httpClient:1.0.2")
'io.github.julucinho:httpClient:jar:1.0.2'
<dependency org="io.github.julucinho" name="httpClient" rev="1.0.2">
  <artifact name="httpClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.julucinho', module='httpClient', version='1.0.2')
)
libraryDependencies += "io.github.julucinho" % "httpClient" % "1.0.2"
[io.github.julucinho/httpClient "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
com.fasterxml.jackson.core : jackson-databind jar 2.13.1
org.projectlombok : lombok jar 1.18.22

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.7.1
org.assertj : assertj-core jar 3.19.0
org.mockito : mockito-junit-jupiter jar 4.3.1

Project Modules

There are no modules declared in this project.