Last Version

elastic-scroll-stream 0.1

This repository is just a small implementation of the Elasticsearch Scroll API as Java8 Stream

License

License

Categories

Categories

ORM Data
GroupId

GroupId

com.marvinformatics
ArtifactId

ArtifactId

elastic-scroll-stream
Version

Version

0.1
Type

Type

jar
Description

Description

elastic-scroll-stream
This repository is just a small implementation of the Elasticsearch Scroll API as Java8 Stream
Project URL

Project URL

https://github.com/velo/elastic-scroll-stream/
Source Code Management

Source Code Management

https://github.com/velo/elastic-scroll-stream/

Download elastic-scroll-stream 0.1


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
org.elasticsearch : elasticsearch jar 5.1.2
org.slf4j : slf4j-api jar 1.7.25

test (6)

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

Project Modules

There are no modules declared in this project.