Files download
File Operation
toolbelt-context_2.11-0.5.20.jar download
toolbelt-context_2.11-0.5.20.pom download
toolbelt-context_2.11-0.5.20-sources.jar download
Apache Maven
<dependency>
  <groupId>io.taig.android</groupId>
  <artifactId>toolbelt-context_2.11</artifactId>
  <version>0.5.20</version>
</dependency>
Gradle Groovy
implementation 'io.taig.android:toolbelt-context_2.11:0.5.20'
Gradle Kotlin
implementation("io.taig.android:toolbelt-context_2.11:0.5.20")
Scala SBT
libraryDependencies += "io.taig.android" % "toolbelt-context_2.11" % "0.5.20"
Groovy Grape
@Grapes(
  @Grab(group='io.taig.android', module='toolbelt-context_2.11', version='0.5.20')
)
Apache Ivy
<dependency org="io.taig.android" name="toolbelt-context_2.11" rev="0.5.20" />
Leiningen
[io.taig.android/toolbelt-context_2.11 "0.5.20"]
Apache Buildr
'io.taig.android:toolbelt-context_2.11:jar:0.5.20'