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