MVN

org.webjars.bower : leaflet-plugins

Maven & Gradle

Oct 07, 2016
715 stars

leaflet-plugins · WebJar for leaflet-plugins

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>leaflet-plugins</artifactId>
    <version>2.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bower : leaflet-plugins to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.0

All Versions

Choose a version of org.webjars.bower : leaflet-plugins to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
leaflet-plugins-2.0.0
1.9.x
leaflet-plugins-1.9.3
leaflet-plugins-1.9.2
1.5.x
leaflet-plugins-1.5.2
leaflet-plugins-1.5.1
leaflet-plugins-1.5.0
1.4.x
leaflet-plugins-1.4.3
leaflet-plugins-1.4.2
leaflet-plugins-1.4.1
leaflet-plugins-1.4.0
1.3.x
leaflet-plugins-1.3.13
1.1.x
leaflet-plugins-1.1.2

How to add a dependency to Maven

Add the following org.webjars.bower : leaflet-plugins maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>leaflet-plugins</artifactId>
    <version>2.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bower : leaflet-plugins gradle dependency to your build.gradle file:

implementation 'org.webjars.bower:leaflet-plugins:2.0.0'

Gradle Kotlin DSL: Add the following org.webjars.bower : leaflet-plugins gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bower:leaflet-plugins:2.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bower : leaflet-plugins sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bower" % "leaflet-plugins" % "2.0.0"

Advertisement