License |
License |
---|---|
GroupId | GroupIdtech.sirwellington.alchemy |
ArtifactId | ArtifactIdalchemy-http |
Last Version | Last Version3.4.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionalchemy-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 |
Project Organization |
Project Organization |
Filename | Size |
---|---|
alchemy-http-3.4.1.pom | |
alchemy-http-3.4.1.jar | 57 KB |
alchemy-http-3.4.1-sources.jar | 31 KB |
alchemy-http-3.4.1-javadoc.jar | 191 KB |
Browse |
<!-- 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"]
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 |
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 |