is not current version
Last Version 3.4.1

tech.sirwellington.alchemy:alchemy-http 2.0.1

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

2.0.1
Type

Type

jar

Download alchemy-http 2.0.1


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