MVN

net.disy.legato : legato-project

Maven & Gradle

Mar 15, 2011

Legato Project · Legato is a configurable, lightweight web mapping client that can be easily embedded into web pages and portals, CMS and individual web applications. Legato is implemented in JavaScript and based on the popular open source library OpenLayers.

<dependency>
    <groupId>net.disy.legato</groupId>
    <artifactId>legato-project</artifactId>
    <version>1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.disy.legato : legato-project to add to Maven - Latest Versions:

  • Latest Stable: 1

All Versions

Choose a version of net.disy.legato : legato-project to add to Maven - All Versions:

Version Vulnerabilities Updated
1
legato-project-1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.disy.legato</groupId>
    <artifactId>legato-project</artifactId>
    <version>1</version>
</dependency>