is not current version
Last Version 0.5.4

org.attribyte:attribyte-http 0.5.1

An HTTP model that presents an immutable interface and provides several common client implementations/models that can easily be swapped.

GroupId

GroupId

org.attribyte
ArtifactId

ArtifactId

attribyte-http
Version

Version

0.5.1
Type

Type

jar

Download attribyte-http 0.5.1


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