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