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