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