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