Skip to content

Instantly share code, notes, and snippets.

@janakact
Created October 20, 2016 14:13
Show Gist options
  • Save janakact/f687613111c876e97c4ec3a3ed7f8e4b to your computer and use it in GitHub Desktop.
Save janakact/f687613111c876e97c4ec3a3ed7f8e4b to your computer and use it in GitHub Desktop.
<!-- 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