MVN

com.vaadin.external.flute : flute

Maven & Gradle

Feb 28, 2014
7 usages

Flute · Flute implements The Simple API for CSS (SAC) using JavaCC.

<dependency>
    <groupId>com.vaadin.external.flute</groupId>
    <artifactId>flute</artifactId>
    <version>1.3.0.gg2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.vaadin.external.flute : flute to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0.gg2

All Versions

Choose a version of com.vaadin.external.flute : flute to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
flute-1.3.0.gg2

How to add a dependency to Maven

Add the following com.vaadin.external.flute : flute maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.vaadin.external.flute</groupId>
    <artifactId>flute</artifactId>
    <version>1.3.0.gg2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.vaadin.external.flute : flute gradle dependency to your build.gradle file:

implementation 'com.vaadin.external.flute:flute:1.3.0.gg2'

Gradle Kotlin DSL: Add the following com.vaadin.external.flute : flute gradle kotlin dependency to your build.gradle.kts file:

implementation("com.vaadin.external.flute:flute:1.3.0.gg2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.vaadin.external.flute : flute sbt scala dependency to your build.sbt file:

libraryDependencies += "com.vaadin.external.flute" % "flute" % "1.3.0.gg2"