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