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