| GroupId | GroupIdorg.opendaylight.odlparent |
|---|---|
| ArtifactId | ArtifactIdbundles-test-lib |
| Version | Version2.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| bundles-test-lib-2.0.4.pom | |
| bundles-test-lib-2.0.4.jar | 21 KB |
| bundles-test-lib-2.0.4-sources.jar | 12 KB |
| bundles-test-lib-2.0.4-javadoc.jar | 43 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/ -->
<dependency>
<groupId>org.opendaylight.odlparent</groupId>
<artifactId>bundles-test-lib</artifactId>
<version>2.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/
implementation 'org.opendaylight.odlparent:bundles-test-lib:2.0.4'
// https://jarcasting.com/artifacts/org.opendaylight.odlparent/bundles-test-lib/
implementation ("org.opendaylight.odlparent:bundles-test-lib:2.0.4")
'org.opendaylight.odlparent:bundles-test-lib:jar:2.0.4'
<dependency org="org.opendaylight.odlparent" name="bundles-test-lib" rev="2.0.4">
<artifact name="bundles-test-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.odlparent', module='bundles-test-lib', version='2.0.4')
)
libraryDependencies += "org.opendaylight.odlparent" % "bundles-test-lib" % "2.0.4"
[org.opendaylight.odlparent/bundles-test-lib "2.0.4"]