d

d3-delaunay

Compute the Voronoi diagram of a set of two-dimensional points.
https://github.com/d3/d3-delaunay
ISC
Mike Bostock
mourner mbostock recifs
Files download
File Operation
d3-delaunay-6.0.2.jar download
d3-delaunay-6.0.2.pom download
d3-delaunay-6.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.mvnpm</groupId>
  <artifactId>d3-delaunay</artifactId>
  <version>6.0.2</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm:d3-delaunay:6.0.2'
Gradle Kotlin
implementation("org.mvnpm:d3-delaunay:6.0.2")
Scala SBT
libraryDependencies += "org.mvnpm" % "d3-delaunay" % "6.0.2"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm', module='d3-delaunay', version='6.0.2')
)
Apache Ivy
<dependency org="org.mvnpm" name="d3-delaunay" rev="6.0.2" />
Leiningen
[org.mvnpm/d3-delaunay "6.0.2"]
Apache Buildr
'org.mvnpm:d3-delaunay:jar:6.0.2'
Dependencies