| License |
License |
|---|---|
| Categories |
CategoriesVaadin User Interface Web Frameworks |
| GroupId | GroupIdcom.vaadin.external.flute |
| ArtifactId | ArtifactIdflute |
| Last Version | Last Version1.3.0.gg2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlute
Flute implements The Simple API for CSS (SAC) using JavaCC.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| flute-1.3.0.gg2.pom | |
| flute-1.3.0.gg2.jar | 77 KB |
| flute-1.3.0.gg2-sources.jar | 100 KB |
| flute-1.3.0.gg2-javadoc.jar | 167 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin.external.flute/flute/ -->
<dependency>
<groupId>com.vaadin.external.flute</groupId>
<artifactId>flute</artifactId>
<version>1.3.0.gg2</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin.external.flute/flute/
implementation 'com.vaadin.external.flute:flute:1.3.0.gg2'
// https://jarcasting.com/artifacts/com.vaadin.external.flute/flute/
implementation ("com.vaadin.external.flute:flute:1.3.0.gg2")
'com.vaadin.external.flute:flute:jar:1.3.0.gg2'
<dependency org="com.vaadin.external.flute" name="flute" rev="1.3.0.gg2">
<artifact name="flute" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin.external.flute', module='flute', version='1.3.0.gg2')
)
libraryDependencies += "com.vaadin.external.flute" % "flute" % "1.3.0.gg2"
[com.vaadin.external.flute/flute "1.3.0.gg2"]