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