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