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