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