is not current version
Last Version 3.4.1

tech.sirwellington.alchemy:alchemy-http 3.0

Part of the Alchemy Collection. REST without the MESS. Makes it dead-easy to call RESTful Web Services in Java. It is designed for interactions with APIs written in REST and JSON.

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy-http
Version

Version

3.0
Type

Type

jar

Download alchemy-http 3.0


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