Skip to content

v6.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 20 Jan 12:11
· 1 commit to master since this release

Changelog

See Changelog#v6.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>6.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>6.0.0</version>
</dependency>

Additional notes