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