License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdmessagebus-config |
Last Version | Last Version1.7.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionConfiguration files for message-bus
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
messagebus-config-1.7.4.pom | |
messagebus-config-1.7.4.jar | 3 KB |
messagebus-config-1.7.4-config.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>messagebus-config</artifactId>
<version>1.7.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/
implementation 'org.opendaylight.controller:messagebus-config:1.7.4'
// https://jarcasting.com/artifacts/org.opendaylight.controller/messagebus-config/
implementation ("org.opendaylight.controller:messagebus-config:1.7.4")
'org.opendaylight.controller:messagebus-config:jar:1.7.4'
<dependency org="org.opendaylight.controller" name="messagebus-config" rev="1.7.4">
<artifact name="messagebus-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='messagebus-config', version='1.7.4')
)
libraryDependencies += "org.opendaylight.controller" % "messagebus-config" % "1.7.4"
[org.opendaylight.controller/messagebus-config "1.7.4"]