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