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