elastic-scroll-stream
This repository is just a small implementation of the Elasticsearch Scroll API as Java8 Stream
License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdcom.marvinformatics |
ArtifactId | ArtifactIdelastic-scroll-stream |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionelastic-scroll-stream
This repository is just a small implementation of the Elasticsearch Scroll API as Java8 Stream
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.marvinformatics/elastic-scroll-stream/ -->
<dependency>
<groupId>com.marvinformatics</groupId>
<artifactId>elastic-scroll-stream</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.marvinformatics/elastic-scroll-stream/
implementation 'com.marvinformatics:elastic-scroll-stream:0.1'
// https://jarcasting.com/artifacts/com.marvinformatics/elastic-scroll-stream/
implementation ("com.marvinformatics:elastic-scroll-stream:0.1")
'com.marvinformatics:elastic-scroll-stream:jar:0.1'
<dependency org="com.marvinformatics" name="elastic-scroll-stream" rev="0.1">
<artifact name="elastic-scroll-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.marvinformatics', module='elastic-scroll-stream', version='0.1')
)
libraryDependencies += "com.marvinformatics" % "elastic-scroll-stream" % "0.1"
[com.marvinformatics/elastic-scroll-stream "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch : elasticsearch | jar | 5.1.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch.test : framework | jar | 5.1.2 |
org.apache.logging.log4j : log4j-api | jar | 2.11.0 |
org.apache.logging.log4j : log4j-core | jar | 2.11.0 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.0 |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
This repository is just a small implementation of the Elasticsearch Scroll API as Java8 Stream