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