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