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