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