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