文件下载
文件名 操作
nh-micro-nhs-1.0.2-RELEASE.jar 下载
nh-micro-nhs-1.0.2-RELEASE.pom 下载
nh-micro-nhs-1.0.2-RELEASE-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jeffreyning</groupId>
  <artifactId>nh-micro-nhs</artifactId>
  <version>1.0.2-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.jeffreyning:nh-micro-nhs:1.0.2-RELEASE'
Gradle Kotlin
implementation("com.github.jeffreyning:nh-micro-nhs:1.0.2-RELEASE")
Scala SBT
libraryDependencies += "com.github.jeffreyning" % "nh-micro-nhs" % "1.0.2-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jeffreyning', module='nh-micro-nhs', version='1.0.2-RELEASE')
)
Apache Ivy
<dependency org="com.github.jeffreyning" name="nh-micro-nhs" rev="1.0.2-RELEASE" />
Leiningen
[com.github.jeffreyning/nh-micro-nhs "1.0.2-RELEASE"]
Apache Buildr
'com.github.jeffreyning:nh-micro-nhs:jar:1.0.2-RELEASE'