License |
License |
---|---|
GroupId | GroupIdorg.fujion.webjars |
ArtifactId | ArtifactIdwebjar-google-maps |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGoogle Maps API Wrapper
Wrapper for asynchronously using Google Maps API in browser.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webjar-google-maps-3.3.0.pom | |
webjar-google-maps-3.3.0.jar | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fujion.webjars/webjar-google-maps/ -->
<dependency>
<groupId>org.fujion.webjars</groupId>
<artifactId>webjar-google-maps</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fujion.webjars/webjar-google-maps/
implementation 'org.fujion.webjars:webjar-google-maps:3.3.0'
// https://jarcasting.com/artifacts/org.fujion.webjars/webjar-google-maps/
implementation ("org.fujion.webjars:webjar-google-maps:3.3.0")
'org.fujion.webjars:webjar-google-maps:jar:3.3.0'
<dependency org="org.fujion.webjars" name="webjar-google-maps" rev="3.3.0">
<artifact name="webjar-google-maps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fujion.webjars', module='webjar-google-maps', version='3.3.0')
)
libraryDependencies += "org.fujion.webjars" % "webjar-google-maps" % "3.3.0"
[org.fujion.webjars/webjar-google-maps "3.3.0"]