| License | License
                                                        2-clause BSD License                                                 | 
|---|---|
| Categories | CategoriesOpenLayers Business Logic Libraries Geospatial | 
| GroupId | GroupIdorg.webjars | 
| ArtifactId | ArtifactIdopenlayers | 
| Last Version | Last Version6.9.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionOpenLayers WebJar for OpenLayers | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| openlayers-6.9.0.pom | |
| openlayers-6.9.0.jar | 906 KB | 
| openlayers-6.9.0-javadoc.jar | 903 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars/openlayers/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>openlayers</artifactId>
    <version>6.9.0</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars/openlayers/
implementation 'org.webjars:openlayers:6.9.0'// https://jarcasting.com/artifacts/org.webjars/openlayers/
implementation ("org.webjars:openlayers:6.9.0")'org.webjars:openlayers:jar:6.9.0'<dependency org="org.webjars" name="openlayers" rev="6.9.0">
  <artifact name="openlayers" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars', module='openlayers', version='6.9.0')
)libraryDependencies += "org.webjars" % "openlayers" % "6.9.0"[org.webjars/openlayers "6.9.0"]