alchemy-http

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.

License

License

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy-http
Last Version

Last Version

3.4.1
Release Date

Release Date

Type

Type

jar
Description

Description

alchemy-http
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.
Project URL

Project URL

https://github.com/SirWellington/alchemy-http
Project Organization

Project Organization

RedRoma, Inc.

Download alchemy-http

How to add to project

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

Dependencies

compile (8)

Group / Artifact Type Version
tech.sirwellington.alchemy : alchemy-annotations jar 2.1.3
tech.sirwellington.alchemy : alchemy-arguments jar 2.3
tech.sirwellington.alchemy : alchemy-collections jar 2.1
tech.sirwellington.alchemy : alchemy-kotlin jar 1.5
org.slf4j : slf4j-api jar 1.7.25
com.google.code.gson : gson jar 2.8.5
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.21
io.mikael : urlbuilder jar 2.0.9

test (8)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 2.24.0
org.hamcrest : hamcrest-library jar 1.3
org.slf4j : slf4j-simple jar 1.7.25
tech.sirwellington.alchemy : alchemy-test jar 2.6
org.jetbrains.kotlin : kotlin-test-junit jar 1.3.21
com.nhaarman : mockito-kotlin jar 1.6.0
tech.sirwellington.alchemy : alchemy-generator jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
3.4.1
3.4
3.3
3.2
3.1
3.0
2.1-kotlin
2.0.1
2.0
1.4
1.3
1.2
1.1.1
1.1
1.0