GroupId | GroupIdorg.opendaylight.yangtools |
---|---|
ArtifactId | ArtifactIdfeatures |
Version | Version5.0.8 |
Type | Typepom |
Filename | Size |
---|---|
features-5.0.8.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/ -->
<dependency>
<groupId>org.opendaylight.yangtools</groupId>
<artifactId>features</artifactId>
<version>5.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation 'org.opendaylight.yangtools:features:5.0.8'
// https://jarcasting.com/artifacts/org.opendaylight.yangtools/features/
implementation ("org.opendaylight.yangtools:features:5.0.8")
'org.opendaylight.yangtools:features:pom:5.0.8'
<dependency org="org.opendaylight.yangtools" name="features" rev="5.0.8">
<artifact name="features" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.opendaylight.yangtools', module='features', version='5.0.8')
)
libraryDependencies += "org.opendaylight.yangtools" % "features" % "5.0.8"
[org.opendaylight.yangtools/features "5.0.8"]