<dependency> <groupId>org.webjars</groupId> <artifactId>react</artifactId> <version>0.14.7</version> </dependency>
implementation 'org.webjars:react:0.14.7'
implementation("org.webjars:react:0.14.7")
libraryDependencies += "org.webjars" % "react" % "0.14.7"
@Grapes( @Grab(group='org.webjars', module='react', version='0.14.7') )
<dependency org="org.webjars" name="react" rev="0.14.7" />
[org.webjars/react "0.14.7"]
'org.webjars:react:jar:0.14.7'
<parent> <groupId>org.sonatype.oss</groupId> <artifactId>oss-parent</artifactId> <version>7</version> </parent>