is not current version
Last Version 6.0.12

org.opendaylight.yangtools:features 2.0.23


GroupId

GroupId

org.opendaylight.yangtools
ArtifactId

ArtifactId

features
Version

Version

2.0.23
Type

Type

pom

Download features 2.0.23

Filename Size
features-2.0.23.pom 1 KB
Browse

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