Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.jelmerk |
ArtifactId | ArtifactIdhnswlib-examples-scala |
Version | Version0.0.20 |
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.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-examples-scala/
implementation 'com.github.jelmerk:hnswlib-examples-scala:0.0.20'
// https://jarcasting.com/artifacts/com.github.jelmerk/hnswlib-examples-scala/
implementation ("com.github.jelmerk:hnswlib-examples-scala:0.0.20")
'com.github.jelmerk:hnswlib-examples-scala:jar:0.0.20'
<dependency org="com.github.jelmerk" name="hnswlib-examples-scala" rev="0.0.20">
<artifact name="hnswlib-examples-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jelmerk', module='hnswlib-examples-scala', version='0.0.20')
)
libraryDependencies += "com.github.jelmerk" % "hnswlib-examples-scala" % "0.0.20"
[com.github.jelmerk/hnswlib-examples-scala "0.0.20"]