MVN

tech.sirwellington.alchemy : alchemy-http

Maven & Gradle

Feb 26, 2019
15 usages
6 stars

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.

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-http</artifactId>
    <version>3.4.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of tech.sirwellington.alchemy : alchemy-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.4.1

All Versions

Choose a version of tech.sirwellington.alchemy : alchemy-http to add to Maven or Gradle - All Versions:

  • Version Updated
  • alchemy-http-3.4.1

    Feb 26, 2019
  • alchemy-http-3.4

    Feb 25, 2019
  • alchemy-http-3.3

    Jan 23, 2019
  • alchemy-http-3.2

    Oct 02, 2018
  • alchemy-http-3.1

    Jun 26, 2018
  • alchemy-http-3.0

    Jan 23, 2018
  • alchemy-http-2.1-kotlin

    Jan 22, 2018
  • alchemy-http-2.0.1

    Jan 11, 2018
  • alchemy-http-2.0

    Jan 11, 2018
  • alchemy-http-1.4

    Jun 30, 2017
  • alchemy-http-1.3

    Dec 07, 2016
  • alchemy-http-1.2

    May 11, 2016
  • alchemy-http-1.1.1

    Dec 16, 2015
  • alchemy-http-1.1

    Nov 22, 2015
  • alchemy-http-1.0

    Nov 09, 2015

How to add a dependency to Maven

Add the following tech.sirwellington.alchemy : alchemy-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-http</artifactId>
    <version>3.4.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following tech.sirwellington.alchemy : alchemy-http gradle dependency to your build.gradle file:

implementation 'tech.sirwellington.alchemy:alchemy-http:3.4.1'

Gradle Kotlin DSL: Add the following tech.sirwellington.alchemy : alchemy-http gradle kotlin dependency to your build.gradle.kts file:

implementation("tech.sirwellington.alchemy:alchemy-http:3.4.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following tech.sirwellington.alchemy : alchemy-http sbt scala dependency to your build.sbt file:

libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-http" % "3.4.1"