Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.jelmerk |
ArtifactId | ArtifactIdhnswlib-examples-scala |
Version | Version0.0.41 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-examples-scala/ -->
<dependency>
<groupId>com.github.jelmerk</groupId>
<artifactId>hnswlib-examples-scala</artifactId>
<version>0.0.41</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-examples-scala/
implementation 'com.github.jelmerk:hnswlib-examples-scala:0.0.41'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-examples-scala/
implementation ("com.github.jelmerk:hnswlib-examples-scala:0.0.41")
'com.github.jelmerk:hnswlib-examples-scala:jar:0.0.41'
<dependency org="com.github.jelmerk" name="hnswlib-examples-scala" rev="0.0.41">
<artifact name="hnswlib-examples-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-examples-scala', version='0.0.41')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-examples-scala" % "0.0.41"
[com.github.jelmerk/hnswlib-examples-scala "0.0.41"]