is not current version
Last Version 0.2.2

com.github.davidmoten:hilbert-curve 0.1

Utilities for transforming distance along N-dimensional Hilbert Curve to a point and back

GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

hilbert-curve
Version

Version

0.1
Type

Type

jar

Download hilbert-curve 0.1


<!-- https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/ -->
<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>hilbert-curve</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/
implementation 'com.github.davidmoten:hilbert-curve:0.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/
implementation ("com.github.davidmoten:hilbert-curve:0.1")
'com.github.davidmoten:hilbert-curve:jar:0.1'
<dependency org="com.github.davidmoten" name="hilbert-curve" rev="0.1">
  <artifact name="hilbert-curve" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='hilbert-curve', version='0.1')
)
libraryDependencies += "com.github.davidmoten" % "hilbert-curve" % "0.1"
[com.github.davidmoten/hilbert-curve "0.1"]