i

infrautils-features

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