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