License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.controller |
ArtifactId | ArtifactIdcontroller-artifacts |
Version | Version4.0.8 |
Type | Typepom |
Description |
Descriptioncontroller-artifacts
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
controller-artifacts-4.0.8.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.controller/controller-artifacts/ -->
<dependency>
<groupId>org.opendaylight.controller</groupId>
<artifactId>controller-artifacts</artifactId>
<version>4.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-artifacts/
implementation 'org.opendaylight.controller:controller-artifacts:4.0.8'
// https://jarcasting.com/artifacts/org.opendaylight.controller/controller-artifacts/
implementation ("org.opendaylight.controller:controller-artifacts:4.0.8")
'org.opendaylight.controller:controller-artifacts:pom:4.0.8'
<dependency org="org.opendaylight.controller" name="controller-artifacts" rev="4.0.8">
<artifact name="controller-artifacts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.controller', module='controller-artifacts', version='4.0.8')
)
libraryDependencies += "org.opendaylight.controller" % "controller-artifacts" % "4.0.8"
[org.opendaylight.controller/controller-artifacts "4.0.8"]