License |
License |
---|---|
GroupId | GroupIdorg.apache.ignite |
ArtifactId | ArtifactIdignite-rest-http |
Version | Version2.11.0 |
Type | Typejar |
Description |
DescriptionJava-based middleware for in-memory processing of big data in a distributed environment.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
ignite-rest-http-2.11.0.pom | |
ignite-rest-http-2.11.0.jar | 58 KB |
ignite-rest-http-2.11.0-sources.jar | 28 KB |
ignite-rest-http-2.11.0-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-rest-http</artifactId>
<version>2.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation 'org.apache.ignite:ignite-rest-http:2.11.0'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation ("org.apache.ignite:ignite-rest-http:2.11.0")
'org.apache.ignite:ignite-rest-http:jar:2.11.0'
<dependency org="org.apache.ignite" name="ignite-rest-http" rev="2.11.0">
<artifact name="ignite-rest-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-rest-http', version='2.11.0')
)
libraryDependencies += "org.apache.ignite" % "ignite-rest-http" % "2.11.0"
[org.apache.ignite/ignite-rest-http "2.11.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.ignite : ignite-core | jar | 2.11.0 |
commons-lang : commons-lang | jar | 2.6 |
org.eclipse.jetty : jetty-continuation | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-http | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-io | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-server | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-util | jar | 9.4.39.v20210325 |
org.eclipse.jetty : jetty-xml | jar | 9.4.39.v20210325 |
javax.servlet : javax.servlet-api | jar | 3.1.0 |
com.fasterxml.jackson.core : jackson-core | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.9.10 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.10 |
org.slf4j : slf4j-api | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
log4j : log4j | jar | 1.2.17 |