elastisch.shield
adds Elastic Shield support to Elastisch.
elastisch.shield is very young.
... artifacts are released to Clojars. If you are using Maven, add the following repository
definition to your pom.xml
:
<repository>
<id>clojars.org</id>
<url>http://clojars.org/repo</url>
</repository>
With Leiningen:
[clojurewerkz/elastisch.shield "1.0.0-alpha1"]
With Maven:
<dependency>
<groupId>clojurewerkz</groupId>
<artifactId>elastisch.shield</artifactId>
<version>1.0.0-alpha1</version>
</dependency>
Our documentation site is not yet live, sorry.
Elasitsch has a mailing list. Feel free to join it and ask any questions you may have.
To subscribe for announcements of releases, important changes and so on, please follow @ClojureWerkz on Twitter.
This projects supports the same set of Clojure versions as Elastisch.
Elastisch is part of the group of Clojure libraries known as ClojureWerkz, together with
and several others.
elastisch.shield uses Leiningen 2. Make sure you have it installed and then run tests against supported Clojure versions using
lein all test
Then create a branch and make your changes on it. Once you are done with your changes and all tests pass, submit a pull request on GitHub.
Copyright (C) 2016 Michael S. Klishin, Alex Petrov, and The ClojureWerkz Team.
Double licensed under the Eclipse Public License (the same as Clojure) or the Apache Public License 2.0.