GroupId | GroupIdorg.apache.ignite |
---|---|
ArtifactId | ArtifactIdignite-rest-http |
Version | Version2.8.0 |
Type | Typejar |
Filename | Size |
---|---|
ignite-rest-http-2.8.0.pom | |
ignite-rest-http-2.8.0.jar | 46 KB |
ignite-rest-http-2.8.0-sources.jar | 24 KB |
ignite-rest-http-2.8.0-javadoc.jar | 50 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.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation 'org.apache.ignite:ignite-rest-http:2.8.0'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation ("org.apache.ignite:ignite-rest-http:2.8.0")
'org.apache.ignite:ignite-rest-http:jar:2.8.0'
<dependency org="org.apache.ignite" name="ignite-rest-http" rev="2.8.0">
<artifact name="ignite-rest-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-rest-http', version='2.8.0')
)
libraryDependencies += "org.apache.ignite" % "ignite-rest-http" % "2.8.0"
[org.apache.ignite/ignite-rest-http "2.8.0"]