is not current version
Last Version 2.0.7

com.budjb:http-requests-core 2.0.0

Contains the interfaces and foundation of the HTTP requests library, as well asa basic implementation of the client.

GroupId

GroupId

com.budjb
ArtifactId

ArtifactId

http-requests-core
Version

Version

2.0.0
Type

Type

jar

Download http-requests-core 2.0.0


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