<dependency>
<groupId>com.github.cafdataprocessing.elastic</groupId>
<artifactId>elastic-mapping-updater-aggregator</artifactId>
<version>2.4.2-565</version>
</dependency>
implementation group: 'com.github.cafdataprocessing.elastic', name: 'elastic-mapping-updater-aggregator', version: '2.4.2-565'
implementation 'com.github.cafdataprocessing.elastic:elastic-mapping-updater-aggregator:2.4.2-565'
implementation("com.github.cafdataprocessing.elastic:elastic-mapping-updater-aggregator:2.4.2-565")
libraryDependencies += "com.github.cafdataprocessing.elastic" % "elastic-mapping-updater-aggregator" % "2.4.2-565"
<dependency org="com.github.cafdataprocessing.elastic" name="elastic-mapping-updater-aggregator" rev="2.4.2-565"/>
@Grapes(
@Grab(group='com.github.cafdataprocessing.elastic', module='elastic-mapping-updater-aggregator', version='2.4.2-565')
)
[com.github.cafdataprocessing.elastic/elastic-mapping-updater-aggregator "2.4.2-565"]
'com.github.cafdataprocessing.elastic:elastic-mapping-updater-aggregator:jar:2.4.2-565'