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