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