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