| License |
License |
|---|---|
| Categories |
CategoriesVaadin User Interface Web Frameworks |
| GroupId | GroupIdcom.vaadin |
| ArtifactId | ArtifactIdflow-component-demo-helpers |
| Version | Version6.0.9 |
| Type | Typejar |
| Description |
DescriptionFlow component demo helpers
Includes a server and a base view for creating component demos
|
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-component-demo-helpers/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-component-demo-helpers</artifactId>
<version>6.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-component-demo-helpers/
implementation 'com.vaadin:flow-component-demo-helpers:6.0.9'
// https://jarcasting.com/artifacts/com.vaadin/flow-component-demo-helpers/
implementation ("com.vaadin:flow-component-demo-helpers:6.0.9")
'com.vaadin:flow-component-demo-helpers:jar:6.0.9'
<dependency org="com.vaadin" name="flow-component-demo-helpers" rev="6.0.9">
<artifact name="flow-component-demo-helpers" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-component-demo-helpers', version='6.0.9')
)
libraryDependencies += "com.vaadin" % "flow-component-demo-helpers" % "6.0.9"
[com.vaadin/flow-component-demo-helpers "6.0.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| org.eclipse.jetty : jetty-webapp | jar | 9.4.27.v20200227 |
| org.eclipse.jetty : jetty-continuation | jar | 9.4.27.v20200227 |
| org.eclipse.jetty : jetty-annotations | jar | 9.4.27.v20200227 |
| org.eclipse.jetty.websocket : websocket-server | jar | 9.4.27.v20200227 |
| com.vaadin : flow-html-components | jar | 6.0.9 |
| com.vaadin : vaadin-lumo-theme | jar | 6.0.9 |
| com.vaadin : vaadin-material-theme | jar | 6.0.9 |
| com.vaadin : flow-client | jar | 6.0.9 |
| junit : junit | jar | 4.13.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.vaadin : flow-test-util | jar | 6.0.9 |