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