Files download
File Operation
shell-a3-5.17.0-RC2.jar download
shell-a3-5.17.0-RC2.pom download
shell-a3-5.17.0-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.ow2.joram</groupId>
  <artifactId>shell-a3</artifactId>
  <version>5.17.0-RC2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.ow2.joram:shell-a3:5.17.0-RC2'
Gradle Kotlin
implementation("org.ow2.joram:shell-a3:5.17.0-RC2")
Scala SBT
libraryDependencies += "org.ow2.joram" % "shell-a3" % "5.17.0-RC2"
Groovy Grape
@Grapes(
  @Grab(group='org.ow2.joram', module='shell-a3', version='5.17.0-RC2')
)
Apache Ivy
<dependency org="org.ow2.joram" name="shell-a3" rev="5.17.0-RC2" />
Leiningen
[org.ow2.joram/shell-a3 "5.17.0-RC2"]
Apache Buildr
'org.ow2.joram:shell-a3:jar:5.17.0-RC2'