| Categories |
CategoriesLeaf Data Databases |
|---|---|
| GroupId | GroupIdorg.webjars.bower |
| ArtifactId | ArtifactIdleaflet-plugins |
| Version | Version1.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| leaflet-plugins-1.4.2.pom | |
| leaflet-plugins-1.4.2.jar | 322 KB |
| leaflet-plugins-1.4.2-sources.jar | 22 bytes |
| leaflet-plugins-1.4.2-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/leaflet-plugins/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>leaflet-plugins</artifactId>
<version>1.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/leaflet-plugins/
implementation 'org.webjars.bower:leaflet-plugins:1.4.2'
// https://jarcasting.com/artifacts/org.webjars.bower/leaflet-plugins/
implementation ("org.webjars.bower:leaflet-plugins:1.4.2")
'org.webjars.bower:leaflet-plugins:jar:1.4.2'
<dependency org="org.webjars.bower" name="leaflet-plugins" rev="1.4.2">
<artifact name="leaflet-plugins" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='leaflet-plugins', version='1.4.2')
)
libraryDependencies += "org.webjars.bower" % "leaflet-plugins" % "1.4.2"
[org.webjars.bower/leaflet-plugins "1.4.2"]