| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки OpenLayers Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторopenlayers-examples |
| Версия | Версия6.0.0-beta3 |
| Тип | Типwar |
<!-- 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"]