Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdsparse-hilbert-index |
Version | Version0.1.7 |
Type | Typejar |
Filename | Size |
---|---|
sparse-hilbert-index-0.1.7.pom | |
sparse-hilbert-index-0.1.7.jar | 39 KB |
sparse-hilbert-index-0.1.7-sources.jar | 11 KB |
sparse-hilbert-index-0.1.7-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>sparse-hilbert-index</artifactId>
<version>0.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/
implementation 'com.github.davidmoten:sparse-hilbert-index:0.1.7'
// https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/
implementation ("com.github.davidmoten:sparse-hilbert-index:0.1.7")
'com.github.davidmoten:sparse-hilbert-index:jar:0.1.7'
<dependency org="com.github.davidmoten" name="sparse-hilbert-index" rev="0.1.7">
<artifact name="sparse-hilbert-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='sparse-hilbert-index', version='0.1.7')
)
libraryDependencies += "com.github.davidmoten" % "sparse-hilbert-index" % "0.1.7"
[com.github.davidmoten/sparse-hilbert-index "0.1.7"]