License |
License |
---|---|
GroupId | GroupIdorg.locationtech.sfcurve |
ArtifactId | ArtifactIdsfcurve-zorder_2.12 |
Last Version | Last Version0.2.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionsfcurve-zorder
SFCurve is a space filling curve library for the JVM.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sfcurve-zorder_2.12-0.2.2.pom | |
sfcurve-zorder_2.12-0.2.2-sources.jar | 12 KB |
sfcurve-zorder_2.12-0.2.2-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.locationtech.sfcurve/sfcurve-zorder_2.12/ -->
<dependency>
<groupId>org.locationtech.sfcurve</groupId>
<artifactId>sfcurve-zorder_2.12</artifactId>
<version>0.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.sfcurve/sfcurve-zorder_2.12/
implementation 'org.locationtech.sfcurve:sfcurve-zorder_2.12:0.2.2'
// https://jarcasting.com/artifacts/org.locationtech.sfcurve/sfcurve-zorder_2.12/
implementation ("org.locationtech.sfcurve:sfcurve-zorder_2.12:0.2.2")
'org.locationtech.sfcurve:sfcurve-zorder_2.12:jar:0.2.2'
<dependency org="org.locationtech.sfcurve" name="sfcurve-zorder_2.12" rev="0.2.2">
<artifact name="sfcurve-zorder_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.sfcurve', module='sfcurve-zorder_2.12', version='0.2.2')
)
libraryDependencies += "org.locationtech.sfcurve" % "sfcurve-zorder_2.12" % "0.2.2"
[org.locationtech.sfcurve/sfcurve-zorder_2.12 "0.2.2"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-library | jar | 2.12.8 |
org.locationtech.sfcurve : sfcurve-api_2.12 | jar | 0.2.2 |
Group / Artifact | Type | Version |
---|---|---|
org.scalatest : scalatest_2.12 | jar | 3.2.0 |