is not current version
Last Version 2.0.7

com.budjb:http-requests-bom 2.0.0

An easy to use facade used to make HTTP requests.

GroupId

GroupId

com.budjb
ArtifactId

ArtifactId

http-requests-bom
Version

Version

2.0.0
Type

Type

pom

Download http-requests-bom 2.0.0


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