Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdorg.codelibs |
ArtifactId | ArtifactIdelasticsearch-minhash |
Version | Version7.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.codelibs/elasticsearch-minhash/ -->
<dependency>
<groupId>org.codelibs</groupId>
<artifactId>elasticsearch-minhash</artifactId>
<version>7.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-minhash/
implementation 'org.codelibs:elasticsearch-minhash:7.5.1'
// https://jarcasting.com/artifacts/org.codelibs/elasticsearch-minhash/
implementation ("org.codelibs:elasticsearch-minhash:7.5.1")
'org.codelibs:elasticsearch-minhash:jar:7.5.1'
<dependency org="org.codelibs" name="elasticsearch-minhash" rev="7.5.1">
<artifact name="elasticsearch-minhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codelibs', module='elasticsearch-minhash', version='7.5.1')
)
libraryDependencies += "org.codelibs" % "elasticsearch-minhash" % "7.5.1"
[org.codelibs/elasticsearch-minhash "7.5.1"]