Files download
File Operation
fizz-gateway-community-2.3.3-beta2.pom download
Apache Maven
<dependency>
  <groupId>com.fizzgate</groupId>
  <artifactId>fizz-gateway-community</artifactId>
  <version>2.3.3-beta2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.fizzgate:fizz-gateway-community:2.3.3-beta2'
Gradle Kotlin
implementation("com.fizzgate:fizz-gateway-community:2.3.3-beta2")
Scala SBT
libraryDependencies += "com.fizzgate" % "fizz-gateway-community" % "2.3.3-beta2"
Groovy Grape
@Grapes(
  @Grab(group='com.fizzgate', module='fizz-gateway-community', version='2.3.3-beta2')
)
Apache Ivy
<dependency org="com.fizzgate" name="fizz-gateway-community" rev="2.3.3-beta2" />
Leiningen
[com.fizzgate/fizz-gateway-community "2.3.3-beta2"]
Apache Buildr
'com.fizzgate:fizz-gateway-community:jar:2.3.3-beta2'