MVN

org.apache.ignite : ignite-rest-http

Maven & Gradle

Apr 26, 2023

Apache Ignite® is a Distributed Database For High-Performance Computing With In-Memory Speed.

<dependency>
    <groupId>org.apache.ignite</groupId>
    <artifactId>ignite-rest-http</artifactId>
    <version>2.15.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.ignite : ignite-rest-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.15.0
  • Latest Release Candidate: 1.0.0-RC3

All Versions

Choose a version of org.apache.ignite : ignite-rest-http to add to Maven or Gradle - All Versions:

  • Version Updated
  • ignite-rest-http-2.15.0

    Apr 26, 2023
  • ignite-rest-http-2.14.0

    Sep 30, 2022
  • ignite-rest-http-2.13.0

    Apr 20, 2022
  • ignite-rest-http-2.12.0

    Jan 10, 2022
  • ignite-rest-http-2.11.1

    Dec 20, 2021
  • ignite-rest-http-2.11.0

    Sep 11, 2021
  • ignite-rest-http-2.10.0

    Mar 11, 2021
  • ignite-rest-http-2.9.1

    Dec 14, 2020
  • ignite-rest-http-2.9.0

    Oct 15, 2020
  • ignite-rest-http-2.8.1

    May 22, 2020
  • ignite-rest-http-2.8.0

    Feb 27, 2020
  • ignite-rest-http-2.7.6

    Sep 12, 2019
  • ignite-rest-http-2.7.5

    Jun 04, 2019
  • ignite-rest-http-2.7.0

    Dec 02, 2018
  • ignite-rest-http-2.6.0

    Jul 10, 2018
  • ignite-rest-http-2.5.0

    May 23, 2018
  • ignite-rest-http-2.4.0

    Mar 05, 2018
  • ignite-rest-http-2.3.0

    Oct 28, 2017
  • ignite-rest-http-2.2.0

    Sep 15, 2017
  • ignite-rest-http-2.1.0

    Jul 20, 2017
  • ignite-rest-http-2.0.0

    Apr 30, 2017
  • ignite-rest-http-1.9.0

    Mar 02, 2017
  • ignite-rest-http-1.8.0

    Dec 05, 2016
  • ignite-rest-http-1.7.0

    Aug 01, 2016
  • ignite-rest-http-1.6.0

    May 18, 2016
  • ignite-rest-http-1.5.0.final

    Dec 29, 2015
  • ignite-rest-http-1.5.0-b1

    Dec 01, 2015
  • ignite-rest-http-1.4.0

    Sep 24, 2015
  • ignite-rest-http-1.3.0-incubating

    Jul 10, 2015
  • ignite-rest-http-1.2.0-incubating

    Jun 16, 2015
  • ignite-rest-http-1.1.0-incubating

    May 20, 2015
  • ignite-rest-http-1.0.0

    Mar 31, 2015
  • ignite-rest-http-1.0.0-RC3

    Mar 24, 2015
  • ignite-rest-http-1.0.0-RC1

    Feb 17, 2015

How to add a dependency to Maven

Add the following org.apache.ignite : ignite-rest-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.ignite</groupId>
    <artifactId>ignite-rest-http</artifactId>
    <version>2.15.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.ignite : ignite-rest-http gradle dependency to your build.gradle file:

implementation 'org.apache.ignite:ignite-rest-http:2.15.0'

Gradle Kotlin DSL: Add the following org.apache.ignite : ignite-rest-http gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.ignite:ignite-rest-http:2.15.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.ignite : ignite-rest-http sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.ignite" % "ignite-rest-http" % "2.15.0"