| GroupId | GroupIdcom.github.davidmoten |
|---|---|
| ArtifactId | ArtifactIdhilbert-curve |
| Version | Version0.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hilbert-curve-0.1.1.pom | |
| hilbert-curve-0.1.1.jar | 9 KB |
| hilbert-curve-0.1.1-sources.jar | 5 KB |
| hilbert-curve-0.1.1-javadoc.jar | 46 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>hilbert-curve</artifactId>
<version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/
implementation 'com.github.davidmoten:hilbert-curve:0.1.1'
// https://jarcasting.com/artifacts/com.github.davidmoten/hilbert-curve/
implementation ("com.github.davidmoten:hilbert-curve:0.1.1")
'com.github.davidmoten:hilbert-curve:jar:0.1.1'
<dependency org="com.github.davidmoten" name="hilbert-curve" rev="0.1.1">
<artifact name="hilbert-curve" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='hilbert-curve', version='0.1.1')
)
libraryDependencies += "com.github.davidmoten" % "hilbert-curve" % "0.1.1"
[com.github.davidmoten/hilbert-curve "0.1.1"]