Categories |
CategoriesNet OpenLayers Business Logic Libraries Geospatial |
---|---|
GroupId | GroupIdnet.disy.legato |
ArtifactId | ArtifactIdlegato-openlayers |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
legato-openlayers-1.1.2.pom | |
legato-openlayers-1.1.2.jar | 1 MB |
legato-openlayers-1.1.2-sources.jar | 737 KB |
legato-openlayers-1.1.2-naturaldocs.zip | 1 MB |
legato-openlayers-1.1.2-javadoc.jar | 336 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/net.disy.legato/legato-openlayers/ -->
<dependency>
<groupId>net.disy.legato</groupId>
<artifactId>legato-openlayers</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.disy.legato/legato-openlayers/
implementation 'net.disy.legato:legato-openlayers:1.1.2'
// https://jarcasting.com/artifacts/net.disy.legato/legato-openlayers/
implementation ("net.disy.legato:legato-openlayers:1.1.2")
'net.disy.legato:legato-openlayers:jar:1.1.2'
<dependency org="net.disy.legato" name="legato-openlayers" rev="1.1.2">
<artifact name="legato-openlayers" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.disy.legato', module='legato-openlayers', version='1.1.2')
)
libraryDependencies += "net.disy.legato" % "legato-openlayers" % "1.1.2"
[net.disy.legato/legato-openlayers "1.1.2"]