License |
License |
---|---|
GroupId | GroupIdorg.opendaylight.yangtools |
ArtifactId | ArtifactIdfeatures |
Last Version | Last Version6.0.12 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionOpenDaylight 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 |
---|---|
features-6.0.12.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>features</artifactId>
<version>6.0.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation 'org.opendaylight.yangtools:features:6.0.12'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation ("org.opendaylight.yangtools:features:6.0.12")
'org.opendaylight.yangtools:features:pom:6.0.12'
<dependency org="org.opendaylight.yangtools" name="features" rev="6.0.12">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='features', version='6.0.12')
)
libraryDependencies += "org.opendaylight.yangtools" % "features" % "6.0.12"
[org.opendaylight.yangtools/features "6.0.12"]