Files download
File Operation
flip-web-20-RELEASE.jar download
flip-web-20-RELEASE.pom download
flip-web-20-RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.gkutiel</groupId>
  <artifactId>flip-web</artifactId>
  <version>20-RELEASE</version>
</dependency>
Gradle Groovy
implementation 'com.github.gkutiel:flip-web:20-RELEASE'
Gradle Kotlin
implementation("com.github.gkutiel:flip-web:20-RELEASE")
Scala SBT
libraryDependencies += "com.github.gkutiel" % "flip-web" % "20-RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.gkutiel', module='flip-web', version='20-RELEASE')
)
Apache Ivy
<dependency org="com.github.gkutiel" name="flip-web" rev="20-RELEASE" />
Leiningen
[com.github.gkutiel/flip-web "20-RELEASE"]
Apache Buildr
'com.github.gkutiel:flip-web:jar:20-RELEASE'