is not current version
Last Version 1.3.0

com.tambapps.http:hyperpoet 1.1.0

HyperPoet is an easy-to-use HTTP client made for Groovy

GroupId

GroupId

com.tambapps.http
ArtifactId

ArtifactId

hyperpoet
Version

Version

1.1.0
Type

Type

jar

Download hyperpoet 1.1.0


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