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