f

features-infrautils

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