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