| GroupId | GroupIdio.engineblock |
|---|---|
| ArtifactId | ArtifactIdat-http |
| Version | Version2.12.51 |
| Type | Typejar |
| Filename | Size |
|---|---|
| at-http-2.12.51.pom | |
| at-http-2.12.51.jar | 11 KB |
| at-http-2.12.51-sources.jar | 6 KB |
| at-http-2.12.51-javadoc.jar | 407 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.engineblock/at-http/ -->
<dependency>
<groupId>io.engineblock</groupId>
<artifactId>at-http</artifactId>
<version>2.12.51</version>
</dependency>
// https://jarcasting.com/artifacts/io.engineblock/at-http/
implementation 'io.engineblock:at-http:2.12.51'
// https://jarcasting.com/artifacts/io.engineblock/at-http/
implementation ("io.engineblock:at-http:2.12.51")
'io.engineblock:at-http:jar:2.12.51'
<dependency org="io.engineblock" name="at-http" rev="2.12.51">
<artifact name="at-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.engineblock', module='at-http', version='2.12.51')
)
libraryDependencies += "io.engineblock" % "at-http" % "2.12.51"
[io.engineblock/at-http "2.12.51"]