is not current version
Last Version 2.0.7

com.budjb:http-requests-groovy 2.0.0

Adds Groovy extensions to the HTTP requests library. This library enhances theHttpClient and its descendents with Groovy-style DSL method variants, and adds Groovy-specificentity converters.

Categories

Categories

Groovy Languages
GroupId

GroupId

com.budjb
ArtifactId

ArtifactId

http-requests-groovy
Version

Version

2.0.0
Type

Type

jar

Download http-requests-groovy 2.0.0


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