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