<dependency>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>discovery-multicast</artifactId>
<version>2.4.6</version>
</dependency>
@Grapes(
@Grab(group='org.elasticsearch.plugin', module='discovery-multicast', version='2.4.6')
)
<parent> <groupId>org.elasticsearch.plugin</groupId> <artifactId>plugins</artifactId> <version>2.4.6</version> </parent>