License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.nic |
ArtifactId | ArtifactIdnic-aggregator |
Last Version | Last Version1.4.3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionnic
OpenDaylight is leading the transformation to Open Software Defined Networking (SDN). For more information, please see https://www.opendaylight.org
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
nic-aggregator-1.4.3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.nic/nic-aggregator/ -->
<dependency>
<groupId>org.opendaylight.nic</groupId>
<artifactId>nic-aggregator</artifactId>
<version>1.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.nic/nic-aggregator/
implementation 'org.opendaylight.nic:nic-aggregator:1.4.3'
// https://jarcasting.com/artifacts/org.opendaylight.nic/nic-aggregator/
implementation ("org.opendaylight.nic:nic-aggregator:1.4.3")
'org.opendaylight.nic:nic-aggregator:pom:1.4.3'
<dependency org="org.opendaylight.nic" name="nic-aggregator" rev="1.4.3">
<artifact name="nic-aggregator" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.nic', module='nic-aggregator', version='1.4.3')
)
libraryDependencies += "org.opendaylight.nic" % "nic-aggregator" % "1.4.3"
[org.opendaylight.nic/nic-aggregator "1.4.3"]