GroupId | GroupIdorg.opendaylight.controller |
---|---|
ArtifactId | ArtifactIdcontroller-test-karaf |
Version | Version3.0.7 |
Type | Typepom |
Filename | Size |
---|---|
controller-test-karaf-3.0.7.pom | |
controller-test-karaf-3.0.7.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>3.0.7</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-test-karaf/
implementation 'org.opendaylight.controller:controller-test-karaf:3.0.7'
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-test-karaf/
implementation ("org.opendaylight.controller:controller-test-karaf:3.0.7")
'org.opendaylight.controller:controller-test-karaf:pom:3.0.7'
<dependency org="org.opendaylight.controller" name="controller-test-karaf" rev="3.0.7">
<artifact name="controller-test-karaf" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='controller-test-karaf', version='3.0.7')
)
libraryDependencies += "org.opendaylight.controller" % "controller-test-karaf" % "3.0.7"
[org.opendaylight.controller/controller-test-karaf "3.0.7"]