| License |
License |
|---|---|
| Categories |
CategoriesHazelcast Application Layer Libs Distributed Applications Search Business Logic Libraries Elasticsearch |
| GroupId | GroupIdcom.hazelcast.jet.contrib |
| ArtifactId | ArtifactIdelasticsearch-7 |
| Version | Version0.2 |
| Type | Typejar |
| Description |
Descriptionelasticsearch-7
A Hazelcast Jet connector for Elasticsearch (v7.x.x) for querying/indexing objects from/to Elasticsearch.
|
| Filename | Size |
|---|---|
| elasticsearch-7-0.2.pom | |
| elasticsearch-7-0.2.jar | 12 KB |
| elasticsearch-7-0.2-sources.jar | 5 KB |
| elasticsearch-7-0.2-javadoc.jar | 23 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-7/ -->
<dependency>
<groupId>com.hazelcast.jet.contrib</groupId>
<artifactId>elasticsearch-7</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-7/
implementation 'com.hazelcast.jet.contrib:elasticsearch-7:0.2'
// https://jarcasting.com/artifacts/com.hazelcast.jet.contrib/elasticsearch-7/
implementation ("com.hazelcast.jet.contrib:elasticsearch-7:0.2")
'com.hazelcast.jet.contrib:elasticsearch-7:jar:0.2'
<dependency org="com.hazelcast.jet.contrib" name="elasticsearch-7" rev="0.2">
<artifact name="elasticsearch-7" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hazelcast.jet.contrib', module='elasticsearch-7', version='0.2')
)
libraryDependencies += "com.hazelcast.jet.contrib" % "elasticsearch-7" % "0.2"
[com.hazelcast.jet.contrib/elasticsearch-7 "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.hazelcast.jet : hazelcast-jet | jar | 4.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.0.0 |