Categories |
CategoriesGeo Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.apache.ignite |
ArtifactId | ArtifactIdignite-geospatial |
Version | Version1.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.ignite/ignite-geospatial/ -->
<dependency>
<groupId>org.apache.ignite</groupId>
<artifactId>ignite-geospatial</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-geospatial/
implementation 'org.apache.ignite:ignite-geospatial:1.0.0-RC1'
// https://jarcasting.com/artifacts/org.apache.ignite/ignite-geospatial/
implementation ("org.apache.ignite:ignite-geospatial:1.0.0-RC1")
'org.apache.ignite:ignite-geospatial:jar:1.0.0-RC1'
<dependency org="org.apache.ignite" name="ignite-geospatial" rev="1.0.0-RC1">
<artifact name="ignite-geospatial" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.ignite', module='ignite-geospatial', version='1.0.0-RC1')
)
libraryDependencies += "org.apache.ignite" % "ignite-geospatial" % "1.0.0-RC1"
[org.apache.ignite/ignite-geospatial "1.0.0-RC1"]