MVN

org.wicketstuff : wicketstuff-gmap2

Maven & Gradle

Feb 14, 2015
330 stars

GMap2 · GMap2 component.

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-gmap2</artifactId>
    <version>1.5.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.wicketstuff : wicketstuff-gmap2 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.5.13
  • Latest Release Candidate: 1.5-RC7
  • Latest Beta: 6.0.0-beta3

All Versions

Choose a version of org.wicketstuff : wicketstuff-gmap2 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.10.x
wicketstuff-gmap2-6.10.0
6.9.x
wicketstuff-gmap2-6.9.0
6.8.x
wicketstuff-gmap2-6.8.0
6.7.x
wicketstuff-gmap2-6.7.0
6.5.x
wicketstuff-gmap2-6.5.0
6.4.x
wicketstuff-gmap2-6.4.0
6.3.x
wicketstuff-gmap2-6.3.0
6.2.x
wicketstuff-gmap2-6.2.1
wicketstuff-gmap2-6.2.0
6.0.x
wicketstuff-gmap2-6.0.0
wicketstuff-gmap2-6.0.0-beta3
1.5.x
wicketstuff-gmap2-1.5.13
wicketstuff-gmap2-1.5.9.1
wicketstuff-gmap2-1.5.9
wicketstuff-gmap2-1.5.8.1
wicketstuff-gmap2-1.5.8
wicketstuff-gmap2-1.5.7
wicketstuff-gmap2-1.5.5
wicketstuff-gmap2-1.5.4
wicketstuff-gmap2-1.5.3.1
wicketstuff-gmap2-1.5.3
wicketstuff-gmap2-1.5.2
wicketstuff-gmap2-1.5.1
wicketstuff-gmap2-1.5.0
1.5
wicketstuff-gmap2-1.5-RC7
wicketstuff-gmap2-1.5-RC5.1.1

How to add a dependency to Maven

Add the following org.wicketstuff : wicketstuff-gmap2 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>wicketstuff-gmap2</artifactId>
    <version>1.5.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.wicketstuff : wicketstuff-gmap2 gradle dependency to your build.gradle file:

implementation 'org.wicketstuff:wicketstuff-gmap2:1.5.13'

Gradle Kotlin DSL: Add the following org.wicketstuff : wicketstuff-gmap2 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.wicketstuff:wicketstuff-gmap2:1.5.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.wicketstuff : wicketstuff-gmap2 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.wicketstuff" % "wicketstuff-gmap2" % "1.5.13"

Advertisement