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