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