Created
October 20, 2016 14:13
-
-
Save janakact/f687613111c876e97c4ec3a3ed7f8e4b to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-core --> | |
<dependency> | |
<groupId>org.apache.lucene</groupId> | |
<artifactId>lucene-core</artifactId> | |
<version>6.1.0</version> | |
<!--<version>3.6.2</version>--> | |
</dependency> | |
<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-facet --> | |
<dependency> | |
<groupId>org.apache.lucene</groupId> | |
<artifactId>lucene-expressions</artifactId> | |
<version>6.1.0</version> | |
</dependency> | |
<!-- https://mvnrepository.com/artifact/org.apache.lucene/lucene-spatial --> | |
<dependency> | |
<groupId>org.apache.lucene</groupId> | |
<artifactId>lucene-spatial3d</artifactId> | |
<version>6.1.0</version> | |
</dependency> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment