文件下载
文件名 操作
shell-1.8.4.jar 下载
shell-1.8.4.pom 下载
shell-1.8.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.opendaylight.infrautils</groupId>
  <artifactId>shell</artifactId>
  <version>1.8.4</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.opendaylight.infrautils:shell:1.8.4'
Gradle Kotlin
implementation("org.opendaylight.infrautils:shell:1.8.4")
Scala SBT
libraryDependencies += "org.opendaylight.infrautils" % "shell" % "1.8.4"
Groovy Grape
@Grapes(
  @Grab(group='org.opendaylight.infrautils', module='shell', version='1.8.4')
)
Apache Ivy
<dependency org="org.opendaylight.infrautils" name="shell" rev="1.8.4" />
Leiningen
[org.opendaylight.infrautils/shell "1.8.4"]
Apache Buildr
'org.opendaylight.infrautils:shell:jar:1.8.4'