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