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