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