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