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