| Группа | Группаorg.apache.ignite |
|---|---|
| Идентификатор | Идентификаторignite-rest-http |
| Версия | Версия1.5.0.final |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| ignite-rest-http-1.5.0.final.pom | |
| ignite-rest-http-1.5.0.final.jar | 38 KB |
| ignite-rest-http-1.5.0.final-sources.jar | 22 KB |
| ignite-rest-http-1.5.0.final-javadoc.jar | 66 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-rest-http</artifactId>
<version>1.5.0.final</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation 'org.apache.ignite:ignite-rest-http:1.5.0.final'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation ("org.apache.ignite:ignite-rest-http:1.5.0.final")
'org.apache.ignite:ignite-rest-http:jar:1.5.0.final'
<dependency org="org.apache.ignite" name="ignite-rest-http" rev="1.5.0.final">
<artifact name="ignite-rest-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-rest-http', version='1.5.0.final')
)
libraryDependencies += "org.apache.ignite" % "ignite-rest-http" % "1.5.0.final"
[org.apache.ignite/ignite-rest-http "1.5.0.final"]