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