Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdgmap2-examples |
Version | Version1.4.10.2 |
Type | Typewar |
Filename | Size |
---|---|
gmap2-examples-1.4.10.2.pom | |
gmap2-examples-1.4.10.2.war | 4 MB |
gmap2-examples-1.4.10.2-sources.jar | 75 KB |
gmap2-examples-1.4.10.2-javadoc.jar | 326 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/gmap2-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>gmap2-examples</artifactId>
<version>1.4.10.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-examples/
implementation 'org.wicketstuff:gmap2-examples:1.4.10.2'
// https://jarcasting.com/artifacts/org.wicketstuff/gmap2-examples/
implementation ("org.wicketstuff:gmap2-examples:1.4.10.2")
'org.wicketstuff:gmap2-examples:war:1.4.10.2'
<dependency org="org.wicketstuff" name="gmap2-examples" rev="1.4.10.2">
<artifact name="gmap2-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='gmap2-examples', version='1.4.10.2')
)
libraryDependencies += "org.wicketstuff" % "gmap2-examples" % "1.4.10.2"
[org.wicketstuff/gmap2-examples "1.4.10.2"]