<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-html-components</artifactId> <version>24.5.10</version> </dependency>
implementation 'com.vaadin:flow-html-components:24.5.10'
implementation("com.vaadin:flow-html-components:24.5.10")
libraryDependencies += "com.vaadin" % "flow-html-components" % "24.5.10"
@Grapes( @Grab(group='com.vaadin', module='flow-html-components', version='24.5.10') )
<dependency org="com.vaadin" name="flow-html-components" rev="24.5.10" />
[com.vaadin/flow-html-components "24.5.10"]
'com.vaadin:flow-html-components:jar:24.5.10'
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-project</artifactId> <version>24.5.10</version> </parent>
compile
|-- com.vaadin:flow-server:24.5.10
|-- com.vaadin:flow-data:24.5.10