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