| Categories |
CategoriesAngular User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdangular-google-maps |
| Version | Version2.3.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| angular-google-maps-2.3.4.pom | |
| angular-google-maps-2.3.4.jar | 527 KB |
| angular-google-maps-2.3.4-sources.jar | 22 bytes |
| angular-google-maps-2.3.4-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-google-maps/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-google-maps</artifactId>
<version>2.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-google-maps/
implementation 'org.webjars.bower:angular-google-maps:2.3.4'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-google-maps/
implementation ("org.webjars.bower:angular-google-maps:2.3.4")
'org.webjars.bower:angular-google-maps:jar:2.3.4'
<dependency org="org.webjars.bower" name="angular-google-maps" rev="2.3.4">
<artifact name="angular-google-maps" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-google-maps', version='2.3.4')
)
libraryDependencies += "org.webjars.bower" % "angular-google-maps" % "2.3.4"
[org.webjars.bower/angular-google-maps "2.3.4"]