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