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