f

features-yanglib-aggregator

文件下载
文件名 操作
features-yanglib-aggregator-1.2.1-Carbon.pom 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.netconf</groupId>
  <artifactId>features-yanglib-aggregator</artifactId>
  <version>1.2.1-Carbon</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.netconf:features-yanglib-aggregator:1.2.1-Carbon'
Gradle Kotlin
implementation("org.opendaylight.netconf:features-yanglib-aggregator:1.2.1-Carbon")
Scala SBT
libraryDependencies += "org.opendaylight.netconf" % "features-yanglib-aggregator" % "1.2.1-Carbon"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.netconf', module='features-yanglib-aggregator', version='1.2.1-Carbon')
)
Apache Ivy
<dependency org="org.opendaylight.netconf" name="features-yanglib-aggregator" rev="1.2.1-Carbon" />
Leiningen
[org.opendaylight.netconf/features-yanglib-aggregator "1.2.1-Carbon"]
Apache Buildr
'org.opendaylight.netconf:features-yanglib-aggregator:jar:1.2.1-Carbon'