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