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