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