Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdmessagebus-config |
Version | Version1.4.4-Boron-SR4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>messagebus-config</artifactId>
<version>1.4.4-Boron-SR4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/
implementation 'org.opendaylight.controller:messagebus-config:1.4.4-Boron-SR4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/
implementation ("org.opendaylight.controller:messagebus-config:1.4.4-Boron-SR4")
'org.opendaylight.controller:messagebus-config:jar:1.4.4-Boron-SR4'
<dependency org="org.opendaylight.controller" name="messagebus-config" rev="1.4.4-Boron-SR4">
<artifact name="messagebus-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='messagebus-config', version='1.4.4-Boron-SR4')
)
libraryDependencies += "org.opendaylight.controller" % "messagebus-config" % "1.4.4-Boron-SR4"
[org.opendaylight.controller/messagebus-config "1.4.4-Boron-SR4"]