f

features-yanglib-aggregator

Files download
File Operation
features-yanglib-aggregator-1.4.0.pom download
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>features-yanglib-aggregator</artifactId>
  <version>1.4.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:features-yanglib-aggregator:1.4.0'
Gradle Kotlin
implementation("org.opendaylight.netconf:features-yanglib-aggregator:1.4.0")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "features-yanglib-aggregator" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='features-yanglib-aggregator', version='1.4.0')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="features-yanglib-aggregator" rev="1.4.0" />
Leiningen
[org.opendaylight.netconf/features-yanglib-aggregator "1.4.0"]
Apache Buildr
'org.opendaylight.netconf:features-yanglib-aggregator:jar:1.4.0'