Categories |
CategoriesWicket User Interface Web Frameworks OpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdopenlayers |
Version | Version1.4.11 |
Type | Typejar |
Filename | Size |
---|---|
openlayers-1.4.11.pom | |
openlayers-1.4.11.jar | 102 KB |
openlayers-1.4.11-sources.jar | 71 KB |
openlayers-1.4.11-javadoc.jar | 353 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/openlayers/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>openlayers</artifactId>
<version>1.4.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers/
implementation 'org.wicketstuff:openlayers:1.4.11'
// https://jarcasting.com/artifacts/org.wicketstuff/openlayers/
implementation ("org.wicketstuff:openlayers:1.4.11")
'org.wicketstuff:openlayers:jar:1.4.11'
<dependency org="org.wicketstuff" name="openlayers" rev="1.4.11">
<artifact name="openlayers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='openlayers', version='1.4.11')
)
libraryDependencies += "org.wicketstuff" % "openlayers" % "1.4.11"
[org.wicketstuff/openlayers "1.4.11"]