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