f

features-infrautils-experimental

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