<dependency>
<groupId>org.opendatadiscovery</groupId>
<artifactId>spring-boot-opendatadiscovery-discoverer</artifactId>
<version>0.0.13</version>
</dependency>
implementation group: 'org.opendatadiscovery', name: 'spring-boot-opendatadiscovery-discoverer', version: '0.0.13'
implementation 'org.opendatadiscovery:spring-boot-opendatadiscovery-discoverer:0.0.13'
implementation("org.opendatadiscovery:spring-boot-opendatadiscovery-discoverer:0.0.13")
libraryDependencies += "org.opendatadiscovery" % "spring-boot-opendatadiscovery-discoverer" % "0.0.13"
<dependency org="org.opendatadiscovery" name="spring-boot-opendatadiscovery-discoverer" rev="0.0.13"/>
@Grapes(
@Grab(group='org.opendatadiscovery', module='spring-boot-opendatadiscovery-discoverer', version='0.0.13')
)
[org.opendatadiscovery/spring-boot-opendatadiscovery-discoverer "0.0.13"]
'org.opendatadiscovery:spring-boot-opendatadiscovery-discoverer:jar:0.0.13'