Categories |
CategoriesVaadin User Interface Web Frameworks |
---|---|
GroupId | GroupIdcom.vaadin |
ArtifactId | ArtifactIdflow-html-components |
Version | Version2.5.3 |
Type | Typejar |
Filename | Size |
---|---|
flow-html-components-2.5.3.pom | |
flow-html-components-2.5.3.jar | 35 KB |
flow-html-components-2.5.3-sources.jar | 33 KB |
flow-html-components-2.5.3-javadoc.jar | 247 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vaadin/flow-html-components/ -->
<dependency>
<groupId>com.vaadin</groupId>
<artifactId>flow-html-components</artifactId>
<version>2.5.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.vaadin/flow-html-components/
implementation 'com.vaadin:flow-html-components:2.5.3'
// https://jarcasting.com/artifacts/com.vaadin/flow-html-components/
implementation ("com.vaadin:flow-html-components:2.5.3")
'com.vaadin:flow-html-components:jar:2.5.3'
<dependency org="com.vaadin" name="flow-html-components" rev="2.5.3">
<artifact name="flow-html-components" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vaadin', module='flow-html-components', version='2.5.3')
)
libraryDependencies += "com.vaadin" % "flow-html-components" % "2.5.3"
[com.vaadin/flow-html-components "2.5.3"]