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