is not current version
Last Version 6.10.0

org.wicketstuff:gmap2-parent 1.5.4

GMap2 is the main integration between Wicket and Google Maps. (The original GMap project is now out-of-date and not used any more)

Categories

Categories

Wicket User Interface Web Frameworks
GroupId

GroupId

org.wicketstuff
ArtifactId

ArtifactId

gmap2-parent
Version

Version

1.5.4
Type

Type

pom

Download gmap2-parent 1.5.4

Filename Size
gmap2-parent-1.5.4.pom 767 bytes
Browse

<!-- https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>gmap2-parent</artifactId>
    <version>1.5.4</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/
implementation 'org.wicketstuff:gmap2-parent:1.5.4'
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/
implementation ("org.wicketstuff:gmap2-parent:1.5.4")
'org.wicketstuff:gmap2-parent:pom:1.5.4'
<dependency org="org.wicketstuff" name="gmap2-parent" rev="1.5.4">
  <artifact name="gmap2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='gmap2-parent', version='1.5.4')
)
libraryDependencies += "org.wicketstuff" % "gmap2-parent" % "1.5.4"
[org.wicketstuff/gmap2-parent "1.5.4"]