Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdgmap2-parent |
Version | Version1.4.9.2 |
Type | Typepom |
Filename | Size |
---|---|
gmap2-parent-1.4.9.2.pom | 771 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>gmap2-parent</artifactId>
<version>1.4.9.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/
implementation 'org.wicketstuff:gmap2-parent:1.4.9.2'
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-parent/
implementation ("org.wicketstuff:gmap2-parent:1.4.9.2")
'org.wicketstuff:gmap2-parent:pom:1.4.9.2'
<dependency org="org.wicketstuff" name="gmap2-parent" rev="1.4.9.2">
<artifact name="gmap2-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='gmap2-parent', version='1.4.9.2')
)
libraryDependencies += "org.wicketstuff" % "gmap2-parent" % "1.4.9.2"
[org.wicketstuff/gmap2-parent "1.4.9.2"]