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