Categories |
CategoriesOpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdopenlayers |
Version | Version2.13 |
Type | Typejar |
Filename | Size |
---|---|
openlayers-2.13.pom | |
openlayers-2.13.jar | 1 MB |
openlayers-2.13-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/openlayers/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>openlayers</artifactId>
<version>2.13</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/openlayers/
implementation 'org.webjars:openlayers:2.13'
// https://jarcasting.com/artifacts/org.webjars/openlayers/
implementation ("org.webjars:openlayers:2.13")
'org.webjars:openlayers:jar:2.13'
<dependency org="org.webjars" name="openlayers" rev="2.13">
<artifact name="openlayers" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='openlayers', version='2.13')
)
libraryDependencies += "org.webjars" % "openlayers" % "2.13"
[org.webjars/openlayers "2.13"]