не последняя версия
Последняя версия 1.4.2

com.stepstone.search.hnswlib.jna:hnswlib-jna-parent 1.2.2

This project contains a JNA (Java Native Access) implementation built on top of the native Hnswlib (Hierarchical Navigable Small World Graph) which offers a fast approximate nearest neighbor search. It includes some modifications and simplifications in order to provide Hnswlib features with native like performance to applications written in Java. Differently from the original Python implementation, the multi-thread support is not included in the bindings itself but it can be easily implemented on the Java side.

Категории

Категории

JNA Инструменты разработки Native Search Прикладные библиотеки
Группа

Группа

com.stepstone.search.hnswlib.jna
Идентификатор

Идентификатор

hnswlib-jna-parent
Версия

Версия

1.2.2
Тип

Тип

pom

Скачать hnswlib-jna-parent 1.2.2

Имя Файла Размер
hnswlib-jna-parent-1.2.2.pom 5 KB
Обзор

<!-- https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-parent/ -->
<dependency>
    <groupId>com.stepstone.search.hnswlib.jna</groupId>
    <artifactId>hnswlib-jna-parent</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-parent/
implementation 'com.stepstone.search.hnswlib.jna:hnswlib-jna-parent:1.2.2'
// https://jarcasting.com/artifacts/com.stepstone.search.hnswlib.jna/hnswlib-jna-parent/
implementation ("com.stepstone.search.hnswlib.jna:hnswlib-jna-parent:1.2.2")
'com.stepstone.search.hnswlib.jna:hnswlib-jna-parent:pom:1.2.2'
<dependency org="com.stepstone.search.hnswlib.jna" name="hnswlib-jna-parent" rev="1.2.2">
  <artifact name="hnswlib-jna-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.stepstone.search.hnswlib.jna', module='hnswlib-jna-parent', version='1.2.2')
)
libraryDependencies += "com.stepstone.search.hnswlib.jna" % "hnswlib-jna-parent" % "1.2.2"
[com.stepstone.search.hnswlib.jna/hnswlib-jna-parent "1.2.2"]