Skip to content

v5.0.1

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 12:03
· 1 commit to master since this release

Changelog

See Changelog#v5.0.1 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.1</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.1</version>
</dependency>

Additional notes