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