Categories |
CategoriesReact User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-google-maps |
Version | Version4.11.0 |
Type | Typejar |
Filename | Size |
---|---|
react-google-maps-4.11.0.pom | |
react-google-maps-4.11.0.jar | 151 KB |
react-google-maps-4.11.0-sources.jar | 22 bytes |
react-google-maps-4.11.0-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-google-maps/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-google-maps</artifactId>
<version>4.11.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-google-maps/
implementation 'org.webjars.npm:react-google-maps:4.11.0'
// https://jarcasting.com/artifacts/org.webjars.npm/react-google-maps/
implementation ("org.webjars.npm:react-google-maps:4.11.0")
'org.webjars.npm:react-google-maps:jar:4.11.0'
<dependency org="org.webjars.npm" name="react-google-maps" rev="4.11.0">
<artifact name="react-google-maps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-google-maps', version='4.11.0')
)
libraryDependencies += "org.webjars.npm" % "react-google-maps" % "4.11.0"
[org.webjars.npm/react-google-maps "4.11.0"]