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