o

odl-infrautils-all-with-samples

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