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