Categories |
CategoriesLeaf Data Databases |
---|---|
GroupId | GroupIdorg.webjars |
ArtifactId | ArtifactIdleaflet-locatecontrol |
Version | Version0.40.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars/leaflet-locatecontrol/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>leaflet-locatecontrol</artifactId>
<version>0.40.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/leaflet-locatecontrol/
implementation 'org.webjars:leaflet-locatecontrol:0.40.0'
// https://jarcasting.com/artifacts/org.webjars/leaflet-locatecontrol/
implementation ("org.webjars:leaflet-locatecontrol:0.40.0")
'org.webjars:leaflet-locatecontrol:jar:0.40.0'
<dependency org="org.webjars" name="leaflet-locatecontrol" rev="0.40.0">
<artifact name="leaflet-locatecontrol" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='leaflet-locatecontrol', version='0.40.0')
)
libraryDependencies += "org.webjars" % "leaflet-locatecontrol" % "0.40.0"
[org.webjars/leaflet-locatecontrol "0.40.0"]