is not current version
Last Version 2.12.65

io.engineblock:at-http 2.12.50

A HTTP engineblock ActivityType (AT) driver module; This provides the ability to generate HTTP requests with engineblock

GroupId

GroupId

io.engineblock
ArtifactId

ArtifactId

at-http
Version

Version

2.12.50
Type

Type

jar

Download at-http 2.12.50


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