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