| Categories | CategoriesWicket User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial | 
|---|---|
| GroupId | GroupIdorg.wicketstuff | 
| ArtifactId | ArtifactIdopenlayers-examples | 
| Version | Version6.0.0-beta3 | 
| Type | Typewar | 
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/ -->
<dependency>
    <groupId>org.wicketstuff</groupId>
    <artifactId>openlayers-examples</artifactId>
    <version>6.0.0-beta3</version>
    <type>war</type>
</dependency>// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/
implementation 'org.wicketstuff:openlayers-examples:6.0.0-beta3'// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/
implementation ("org.wicketstuff:openlayers-examples:6.0.0-beta3")'org.wicketstuff:openlayers-examples:war:6.0.0-beta3'<dependency org="org.wicketstuff" name="openlayers-examples" rev="6.0.0-beta3">
  <artifact name="openlayers-examples" type="war" />
</dependency>@Grapes(
@Grab(group='org.wicketstuff', module='openlayers-examples', version='6.0.0-beta3')
)libraryDependencies += "org.wicketstuff" % "openlayers-examples" % "6.0.0-beta3"[org.wicketstuff/openlayers-examples "6.0.0-beta3"]