Skip to content

v5.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 13:54
· 1 commit to master since this release

Changelog

See Changelog#v5.0.0 for more information.

Installation

Add the following lines to your pom:

<dependency>
   <groupId>software.xdev.vaadin.maps-leaflet</groupId>
   <artifactId>flow</artifactId>
   <version>5.0.0</version>
</dependency>

You can also use the BOM for easier dependency management.

Plugins

You can also install predefined plugins using:

<dependency>
   <groupId>software.xdev.vaadin.maps-leaflet.plugins</groupId>
   <artifactId>...</artifactId>
   <version>5.0.0</version>
</dependency>

Additional notes