GroupId | GroupIdcom.github.jelmerk |
---|---|
ArtifactId | ArtifactIdhnswlib-core |
Version | Version0.0.48 |
Type | Typejar |
Filename | Size |
---|---|
hnswlib-core-0.0.48.pom | |
hnswlib-core-0.0.48.jar | 63 KB |
hnswlib-core-0.0.48-sources.jar | 28 KB |
hnswlib-core-0.0.48-javadoc.jar | 186 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-core/ -->
<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-core</artifactId>
<version>0.0.48</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-core/
implementation 'com.github.jelmerk:hnswlib-core:0.0.48'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-core/
implementation ("com.github.jelmerk:hnswlib-core:0.0.48")
'com.github.jelmerk:hnswlib-core:jar:0.0.48'
<dependency org="com.github.jelmerk" name="hnswlib-core" rev="0.0.48">
<artifact name="hnswlib-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-core', version='0.0.48')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-core" % "0.0.48"
[com.github.jelmerk/hnswlib-core "0.0.48"]