| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаcom.github.davidmoten |
| Идентификатор | Идентификаторsparse-hilbert-index |
| Версия | Версия0.1.2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| sparse-hilbert-index-0.1.2.pom | |
| sparse-hilbert-index-0.1.2.jar | 32 KB |
| sparse-hilbert-index-0.1.2-sources.jar | 9 KB |
| sparse-hilbert-index-0.1.2-javadoc.jar | 80 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>sparse-hilbert-index</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/
implementation 'com.github.davidmoten:sparse-hilbert-index:0.1.2'
// https://jarcasting.com/artifacts/com.github.davidmoten/sparse-hilbert-index/
implementation ("com.github.davidmoten:sparse-hilbert-index:0.1.2")
'com.github.davidmoten:sparse-hilbert-index:jar:0.1.2'
<dependency org="com.github.davidmoten" name="sparse-hilbert-index" rev="0.1.2">
<artifact name="sparse-hilbert-index" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='sparse-hilbert-index', version='0.1.2')
)
libraryDependencies += "com.github.davidmoten" % "sparse-hilbert-index" % "0.1.2"
[com.github.davidmoten/sparse-hilbert-index "0.1.2"]