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