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