<dependency>
<groupId>com.bazaarvoice.elasticsearch.client</groupId>
<artifactId>es-rest-client-complete-1.3</artifactId>
<version>0.1PRE6</version>
</dependency>
implementation group: 'com.bazaarvoice.elasticsearch.client', name: 'es-rest-client-complete-1.3', version: '0.1PRE6'
implementation 'com.bazaarvoice.elasticsearch.client:es-rest-client-complete-1.3:0.1PRE6'
implementation("com.bazaarvoice.elasticsearch.client:es-rest-client-complete-1.3:0.1PRE6")
libraryDependencies += "com.bazaarvoice.elasticsearch.client" % "es-rest-client-complete-1.3" % "0.1PRE6"
<dependency org="com.bazaarvoice.elasticsearch.client" name="es-rest-client-complete-1.3" rev="0.1PRE6"/>
@Grapes(
@Grab(group='com.bazaarvoice.elasticsearch.client', module='es-rest-client-complete-1.3', version='0.1PRE6')
)
[com.bazaarvoice.elasticsearch.client/es-rest-client-complete-1.3 "0.1PRE6"]
'com.bazaarvoice.elasticsearch.client:es-rest-client-complete-1.3:jar:0.1PRE6'