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