is not current version
Last Version 6.0.12

org.opendaylight.yangtools:features 5.0.2


GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

features
Version

Version

5.0.2
Type

Type

pom

Download features 5.0.2

Filename Size
features-5.0.2.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/ -->
<dependency>
    <groupId>org.opendaylight.yangtools</groupId>
    <artifactId>features</artifactId>
    <version>5.0.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation 'org.opendaylight.yangtools:features:5.0.2'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation ("org.opendaylight.yangtools:features:5.0.2")
'org.opendaylight.yangtools:features:pom:5.0.2'
<dependency org="org.opendaylight.yangtools" name="features" rev="5.0.2">
  <artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='features', version='5.0.2')
)
libraryDependencies += "org.opendaylight.yangtools" % "features" % "5.0.2"
[org.opendaylight.yangtools/features "5.0.2"]