<dependency>
<groupId>de.the-library-code.dspace</groupId>
<artifactId>addon-duplication-detection-service</artifactId>
<version>6.3.1</version>
</dependency>
implementation group: 'de.the-library-code.dspace', name: 'addon-duplication-detection-service', version: '6.3.1'
implementation 'de.the-library-code.dspace:addon-duplication-detection-service:6.3.1'
implementation("de.the-library-code.dspace:addon-duplication-detection-service:6.3.1")
libraryDependencies += "de.the-library-code.dspace" % "addon-duplication-detection-service" % "6.3.1"
<dependency org="de.the-library-code.dspace" name="addon-duplication-detection-service" rev="6.3.1"/>
@Grapes(
@Grab(group='de.the-library-code.dspace', module='addon-duplication-detection-service', version='6.3.1')
)
[de.the-library-code.dspace/addon-duplication-detection-service "6.3.1"]
'de.the-library-code.dspace:addon-duplication-detection-service:jar:6.3.1'