License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.apache.metamodel |
ArtifactId | ArtifactIdMetaModel-elasticsearch-rest |
Last Version | Last Version5.3.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMetaModel module for ElasticSearch via REST client
MetaModel is a library that encapsulates the differences and enhances
the capabilities of different datastores. Rich querying abilities are
offered to datastores that do not otherwise support advanced querying
and a unified view of the datastore structure is offered through a
single model of the schemas, tables, columns and relationships.
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-elasticsearch-rest/ -->
<dependency>
<groupId>org.apache.metamodel</groupId>
<artifactId>MetaModel-elasticsearch-rest</artifactId>
<version>5.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-elasticsearch-rest/
implementation 'org.apache.metamodel:MetaModel-elasticsearch-rest:5.3.3'
// https://jarcasting.com/artifacts/org.apache.metamodel/MetaModel-elasticsearch-rest/
implementation ("org.apache.metamodel:MetaModel-elasticsearch-rest:5.3.3")
'org.apache.metamodel:MetaModel-elasticsearch-rest:jar:5.3.3'
<dependency org="org.apache.metamodel" name="MetaModel-elasticsearch-rest" rev="5.3.3">
<artifact name="MetaModel-elasticsearch-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.metamodel', module='MetaModel-elasticsearch-rest', version='5.3.3')
)
libraryDependencies += "org.apache.metamodel" % "MetaModel-elasticsearch-rest" % "5.3.3"
[org.apache.metamodel/MetaModel-elasticsearch-rest "5.3.3"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.metamodel : MetaModel-core | jar | 5.3.3 |
org.apache.metamodel : MetaModel-elasticsearch-common | jar | 5.3.3 |
commons-io : commons-io | jar | 2.4 |
org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.3.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.slf4j : slf4j-simple | jar | 1.7.25 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.easymock : easymock | jar | 3.2 |