| Категории |
КатегорииWicket Взаимодействие с пользователем Веб-фреймворки OpenLayers Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаorg.wicketstuff |
| Идентификатор | Идентификаторopenlayers-examples |
| Версия | Версия1.5.10 |
| Тип | Типwar |
| Имя Файла | Размер |
|---|---|
| openlayers-examples-1.5.10.pom | |
| openlayers-examples-1.5.10.war | 2 MB |
| openlayers-examples-1.5.10-sources.jar | 23 KB |
| openlayers-examples-1.5.10-javadoc.jar | 146 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>openlayers-examples</artifactId>
<version>1.5.10</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/
implementation 'org.wicketstuff:openlayers-examples:1.5.10'
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers-examples/
implementation ("org.wicketstuff:openlayers-examples:1.5.10")
'org.wicketstuff:openlayers-examples:war:1.5.10'
<dependency org="org.wicketstuff" name="openlayers-examples" rev="1.5.10">
<artifact name="openlayers-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='openlayers-examples', version='1.5.10')
)
libraryDependencies += "org.wicketstuff" % "openlayers-examples" % "1.5.10"
[org.wicketstuff/openlayers-examples "1.5.10"]