| Categories | CategoriesGWT (Google Web Toolkit) User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdcom.github.branflake2267 | 
| ArtifactId | ArtifactIdgwt-maps-api | 
| Version | Version3.10.0-alpha-6 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| gwt-maps-api-3.10.0-alpha-6.pom | |
| gwt-maps-api-3.10.0-alpha-6.jar | 729 KB | 
| gwt-maps-api-3.10.0-alpha-6-sources.jar | 417 KB | 
| gwt-maps-api-3.10.0-alpha-6-javadoc.jar | 3 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.branflake2267/gwt-maps-api/ -->
<dependency>
    <groupId>com.github.branflake2267</groupId>
    <artifactId>gwt-maps-api</artifactId>
    <version>3.10.0-alpha-6</version>
</dependency>// https://jarcasting.com/artifacts/com.github.branflake2267/gwt-maps-api/
implementation 'com.github.branflake2267:gwt-maps-api:3.10.0-alpha-6'// https://jarcasting.com/artifacts/com.github.branflake2267/gwt-maps-api/
implementation ("com.github.branflake2267:gwt-maps-api:3.10.0-alpha-6")'com.github.branflake2267:gwt-maps-api:jar:3.10.0-alpha-6'<dependency org="com.github.branflake2267" name="gwt-maps-api" rev="3.10.0-alpha-6">
  <artifact name="gwt-maps-api" type="jar" />
</dependency>@Grapes(
@Grab(group='com.github.branflake2267', module='gwt-maps-api', version='3.10.0-alpha-6')
)libraryDependencies += "com.github.branflake2267" % "gwt-maps-api" % "3.10.0-alpha-6"[com.github.branflake2267/gwt-maps-api "3.10.0-alpha-6"]