Categories |
CategoriesGithub Development Tools Version Controls Leaf Data Databases |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdgithub-com-Leaflet-Leaflet-draw |
Version | Version0.4.10 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/github-com-Leaflet-Leaflet-draw/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>github-com-Leaflet-Leaflet-draw</artifactId>
<version>0.4.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-Leaflet-Leaflet-draw/
implementation 'org.webjars.bower:github-com-Leaflet-Leaflet-draw:0.4.10'
// https://jarcasting.com/artifacts/org.webjars.bower/github-com-Leaflet-Leaflet-draw/
implementation ("org.webjars.bower:github-com-Leaflet-Leaflet-draw:0.4.10")
'org.webjars.bower:github-com-Leaflet-Leaflet-draw:jar:0.4.10'
<dependency org="org.webjars.bower" name="github-com-Leaflet-Leaflet-draw" rev="0.4.10">
<artifact name="github-com-Leaflet-Leaflet-draw" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='github-com-Leaflet-Leaflet-draw', version='0.4.10')
)
libraryDependencies += "org.webjars.bower" % "github-com-Leaflet-Leaflet-draw" % "0.4.10"
[org.webjars.bower/github-com-Leaflet-Leaflet-draw "0.4.10"]