<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>lang-python</artifactId>
<version>5.0.0-alpha1</version>
<type>zip</type>
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='lang-python', version='5.0.0-alpha1')
)
compile
|-- org.python:jython-standalone:2.7.0
provided
|-- org.elasticsearch:elasticsearch:5.0.0-alpha1
|-- org.locationtech.spatial4j:spatial4j:0.6
|-- com.vividsolutions:jts:1.13
|-- net.java.dev.jna:jna:4.1.0
|-- log4j:apache-log4j-extras:1.2.17
test