Created
November 3, 2014 21:20
-
-
Save seafoox/031ede597967fdc23933 to your computer and use it in GitHub Desktop.
Algolia pom.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<dependency> | |
<groupId>com.algolia</groupId> | |
<artifactId>algoliasearch</artifactId> | |
<version>[1.2.3,]</version> | |
</dependency> | |
<repository> | |
<id>algoliasearch</id> | |
<name>Algolia Search Client</name> | |
<url>https://raw.githubusercontent.com/algolia/algoliasearch-client-java/master/repository</url> | |
</repository> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment