i

infrautils-features4

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