项目作者: thunken

项目描述 :
⛓ Sandow bridges the Java Collections Framework and Elasticsearch indices
高级语言: Java
项目地址: git://github.com/thunken/sandow.git
创建时间: 2017-07-15T11:23:02Z
项目社区:https://github.com/thunken/sandow

开源协议:MIT License

下载


⛓ sandow

sandow bridges the Java Collections Framework and Elasticsearch indices.

Deprecation notice

In light of recent developments with Elasticsearch’s Java High Level REST Client and the shutdown of Ironsift, this library is no longer maintained.

Latest release

Release

To add a dependency on this project using Gradle, Maven, sbt, or Leiningen, we recommend using JitPack. The Maven group ID is com.github.thunken, and the artifact ID is sandow.

For example, for Maven, first add the JitPack repository to your build file:

  1. <repositories>
  2. <repository>
  3. <id>jitpack.io</id>
  4. <url>https://jitpack.io</url>
  5. </repository>
  6. </repositories>

And then add the dependency:

  1. <dependency>
  2. <groupId>com.github.thunken</groupId>
  3. <artifactId>sandow</artifactId>
  4. <version>1.1.0</version>
  5. </dependency>