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