<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>adsal-enunciate-parent</artifactId>
<version>1.5.4-Lithium-SR4</version>
</dependency>
implementation group: 'org.opendaylight.controller', name: 'adsal-enunciate-parent', version: '1.5.4-Lithium-SR4'
implementation 'org.opendaylight.controller:adsal-enunciate-parent:1.5.4-Lithium-SR4'
implementation("org.opendaylight.controller:adsal-enunciate-parent:1.5.4-Lithium-SR4")
libraryDependencies += "org.opendaylight.controller" % "adsal-enunciate-parent" % "1.5.4-Lithium-SR4"
<dependency org="org.opendaylight.controller" name="adsal-enunciate-parent" rev="1.5.4-Lithium-SR4"/>
@Grapes(
@Grab(group='org.opendaylight.controller', module='adsal-enunciate-parent', version='1.5.4-Lithium-SR4')
)
[org.opendaylight.controller/adsal-enunciate-parent "1.5.4-Lithium-SR4"]
'org.opendaylight.controller:adsal-enunciate-parent:jar:1.5.4-Lithium-SR4'