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