plokhotnyuk / rtree2d   0.11.12

Apache License 2.0 GitHub

RTree2D is a 2D immutable R-tree for ultra-fast nearest and intersection queries in plane and spherical coordinates

Scala versions: 3.x 2.13 2.12 2.11
Scala.js versions: 1.x
Scala Native versions: 0.4

rtree2d-core 0.11.2


Group ID:
com.github.plokhotnyuk.rtree2d
Artifact ID:
rtree2d-core_2.11
Version:
0.11.2
Release Date:
Apr 1, 2021
Licenses:
Files:

libraryDependencies += "com.github.plokhotnyuk.rtree2d" %% "rtree2d-core" % "0.11.2"

Mill build tool

ivy"com.github.plokhotnyuk.rtree2d::rtree2d-core:0.11.2"

Scala CLI

//> using dep "com.github.plokhotnyuk.rtree2d::rtree2d-core:0.11.2"

Ammonite REPL

import $ivy.`com.github.plokhotnyuk.rtree2d::rtree2d-core:0.11.2`

<dependency>
  <groupId>com.github.plokhotnyuk.rtree2d</groupId>
  <artifactId>rtree2d-core_2.11</artifactId>
  <version>0.11.2</version>
</dependency>

compile group: 'com.github.plokhotnyuk.rtree2d', name: 'rtree2d-core_2.11', version: '0.11.2'