<dependency>
<groupId>io.telicent.smart-caches.entity-resolution</groupId>
<artifactId>entity-resolver-configurations</artifactId>
<version>0.6.3</version>
</dependency>
implementation group: 'io.telicent.smart-caches.entity-resolution', name: 'entity-resolver-configurations', version: '0.6.3'
implementation 'io.telicent.smart-caches.entity-resolution:entity-resolver-configurations:0.6.3'
implementation("io.telicent.smart-caches.entity-resolution:entity-resolver-configurations:0.6.3")
libraryDependencies += "io.telicent.smart-caches.entity-resolution" % "entity-resolver-configurations" % "0.6.3"
<dependency org="io.telicent.smart-caches.entity-resolution" name="entity-resolver-configurations" rev="0.6.3"/>
@Grapes(
@Grab(group='io.telicent.smart-caches.entity-resolution', module='entity-resolver-configurations', version='0.6.3')
)
[io.telicent.smart-caches.entity-resolution/entity-resolver-configurations "0.6.3"]
'io.telicent.smart-caches.entity-resolution:entity-resolver-configurations:jar:0.6.3'