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