| Категории |
Категорииconfig Библиотеки уровня приложения Configuration |
|---|---|
| Группа | Группаorg.opendaylight.ocpplugin |
| Идентификатор | Идентификаторocpplugin-controller-config |
| Версия | Версия0.1.2-Boron-SR2 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.opendaylight.ocpplugin/ocpplugin-controller-config/ -->
<dependency>
<groupId>org.opendaylight.ocpplugin</groupId>
<artifactId>ocpplugin-controller-config</artifactId>
<version>0.1.2-Boron-SR2</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.ocpplugin/ocpplugin-controller-config/
implementation 'org.opendaylight.ocpplugin:ocpplugin-controller-config:0.1.2-Boron-SR2'
// https://jarcasting.com/artifacts/org.opendaylight.ocpplugin/ocpplugin-controller-config/
implementation ("org.opendaylight.ocpplugin:ocpplugin-controller-config:0.1.2-Boron-SR2")
'org.opendaylight.ocpplugin:ocpplugin-controller-config:jar:0.1.2-Boron-SR2'
<dependency org="org.opendaylight.ocpplugin" name="ocpplugin-controller-config" rev="0.1.2-Boron-SR2">
<artifact name="ocpplugin-controller-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.ocpplugin', module='ocpplugin-controller-config', version='0.1.2-Boron-SR2')
)
libraryDependencies += "org.opendaylight.ocpplugin" % "ocpplugin-controller-config" % "0.1.2-Boron-SR2"
[org.opendaylight.ocpplugin/ocpplugin-controller-config "0.1.2-Boron-SR2"]