MVN

com.github.branflake2267 : gwt-maps-showcase

Maven & Gradle

Mar 22, 2014
145 stars

GWT Maps API V3 - Showcase

<dependency>
    <groupId>com.github.branflake2267</groupId>
    <artifactId>gwt-maps-showcase</artifactId>
    <version>3.9.0-build-17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.branflake2267 : gwt-maps-showcase to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.9.0-build-17
  • Latest Alpha: 3.10.0-alpha-7

All Versions

Choose a version of com.github.branflake2267 : gwt-maps-showcase to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.10.x
gwt-maps-showcase-3.10.0-alpha-7
gwt-maps-showcase-3.10.0-alpha-6
gwt-maps-showcase-3.10.0-alpha-2
gwt-maps-showcase-3.10.0-alpha-1
3.9.x
gwt-maps-showcase-3.9.0-build-17
gwt-maps-showcase-3.9.0-build-16
gwt-maps-showcase-3.9.0-alpha-15

How to add a dependency to Maven

Add the following com.github.branflake2267 : gwt-maps-showcase maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.branflake2267</groupId>
    <artifactId>gwt-maps-showcase</artifactId>
    <version>3.9.0-build-17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.branflake2267 : gwt-maps-showcase gradle dependency to your build.gradle file:

implementation 'com.github.branflake2267:gwt-maps-showcase:3.9.0-build-17'

Gradle Kotlin DSL: Add the following com.github.branflake2267 : gwt-maps-showcase gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.branflake2267:gwt-maps-showcase:3.9.0-build-17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.branflake2267 : gwt-maps-showcase sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.branflake2267" % "gwt-maps-showcase" % "3.9.0-build-17"

Advertisement