MVN

com.github.gkutiel : flip-web

Maven & Gradle

Apr 01, 2013

Flip Web · A new way to build web applications

<dependency>
    <groupId>com.github.gkutiel</groupId>
    <artifactId>flip-web</artifactId>
    <version>21-RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.gkutiel : flip-web to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 21-RELEASE

All Versions

Choose a version of com.github.gkutiel : flip-web to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
21
flip-web-21-RELEASE
20.1
flip-web-20.1-RELEASE
20
flip-web-20-RELEASE
19.2
flip-web-19.2-RELEASE
19.1
flip-web-19.1-RELEASE
19
flip-web-19-RELEASE
18
flip-web-18-RELEASE
17
flip-web-17-RELEASE
16.1
flip-web-16.1-RELEASE
16
flip-web-16-RELEASE
15
flip-web-15-RELEASE
14
flip-web-14-RELEASE
12
flip-web-12-RELEASE
11
flip-web-11-RELEASE
10
flip-web-10-RELEASE
8.1
flip-web-8.1-RELEASE
8
flip-web-8-RELEASE
7
flip-web-7-RELEASE
6
flip-web-6-RELEASE
5
flip-web-5-RELEASE
3.0
flip-web-3.0-RELEASE
2.0
flip-web-2.0-RELEASE
1.0
flip-web-1.0-RELEASE

How to add a dependency to Maven

Add the following com.github.gkutiel : flip-web maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.gkutiel</groupId>
    <artifactId>flip-web</artifactId>
    <version>21-RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.gkutiel : flip-web gradle dependency to your build.gradle file:

implementation 'com.github.gkutiel:flip-web:21-RELEASE'

Gradle Kotlin DSL: Add the following com.github.gkutiel : flip-web gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.gkutiel:flip-web:21-RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.gkutiel : flip-web sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.gkutiel" % "flip-web" % "21-RELEASE"

Advertisement