GroupId | GroupIdorg.apache.ignite |
---|---|
ArtifactId | ArtifactIdignite-rest-http |
Version | Version1.2.0-incubating |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-rest-http</artifactId>
<version>1.2.0-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation 'org.apache.ignite:ignite-rest-http:1.2.0-incubating'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-rest-http/
implementation ("org.apache.ignite:ignite-rest-http:1.2.0-incubating")
'org.apache.ignite:ignite-rest-http:jar:1.2.0-incubating'
<dependency org="org.apache.ignite" name="ignite-rest-http" rev="1.2.0-incubating">
<artifact name="ignite-rest-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-rest-http', version='1.2.0-incubating')
)
libraryDependencies += "org.apache.ignite" % "ignite-rest-http" % "1.2.0-incubating"
[org.apache.ignite/ignite-rest-http "1.2.0-incubating"]