| Группа | Группаorg.opendaylight.odlparent |
|---|---|
| Идентификатор | Идентификаторbundles-test-lib |
| Версия | Версия9.0.7 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| bundles-test-lib-9.0.7.pom | |
| bundles-test-lib-9.0.7-sources.jar | 13 KB |
| bundles-test-lib-9.0.7-javadoc.jar | 424 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bundles-test-lib</artifactId>
<version>9.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/
implementation 'org.opendaylight.odlparent:bundles-test-lib:9.0.7'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/
implementation ("org.opendaylight.odlparent:bundles-test-lib:9.0.7")
'org.opendaylight.odlparent:bundles-test-lib:jar:9.0.7'
<dependency org="org.opendaylight.odlparent" name="bundles-test-lib" rev="9.0.7">
<artifact name="bundles-test-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='bundles-test-lib', version='9.0.7')
)
libraryDependencies += "org.opendaylight.odlparent" % "bundles-test-lib" % "9.0.7"
[org.opendaylight.odlparent/bundles-test-lib "9.0.7"]