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