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