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