<dependency> <groupId>com.vaadin</groupId> <artifactId>flow-react</artifactId> <version>24.5.4</version> </dependency>
implementation 'com.vaadin:flow-react:24.5.4'
implementation("com.vaadin:flow-react:24.5.4")
libraryDependencies += "com.vaadin" % "flow-react" % "24.5.4"
@Grapes( @Grab(group='com.vaadin', module='flow-react', version='24.5.4') )
<dependency org="com.vaadin" name="flow-react" rev="24.5.4" />
[com.vaadin/flow-react "24.5.4"]
'com.vaadin:flow-react:jar:24.5.4'
<parent> <groupId>com.vaadin</groupId> <artifactId>flow-project</artifactId> <version>24.5.4</version> </parent>
compile
|-- com.vaadin:flow-server:24.5.4