GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdcontroller-test-karaf |
Version | Version4.0.3 |
Type | Typepom |
Filename | Size |
---|---|
controller-test-karaf-4.0.3.pom | |
controller-test-karaf-4.0.3.zip | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/controller-test-karaf/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-test-karaf</artifactId>
<version>4.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-test-karaf/
implementation 'org.opendaylight.controller:controller-test-karaf:4.0.3'
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-test-karaf/
implementation ("org.opendaylight.controller:controller-test-karaf:4.0.3")
'org.opendaylight.controller:controller-test-karaf:pom:4.0.3'
<dependency org="org.opendaylight.controller" name="controller-test-karaf" rev="4.0.3">
<artifact name="controller-test-karaf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='controller-test-karaf', version='4.0.3')
)
libraryDependencies += "org.opendaylight.controller" % "controller-test-karaf" % "4.0.3"
[org.opendaylight.controller/controller-test-karaf "4.0.3"]