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