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