| License | License
                                                        MIT                                                 | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdsvgpath | 
| Last Version | Last Version2.5.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionsvgpath WebJar for svgpath | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| svgpath-2.5.0.pom | |
| svgpath-2.5.0.jar | 17 KB | 
| svgpath-2.5.0-sources.jar | 22 bytes | 
| svgpath-2.5.0-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/svgpath/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>svgpath</artifactId>
    <version>2.5.0</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/svgpath/
implementation 'org.webjars.npm:svgpath:2.5.0'// https://jarcasting.com/artifacts/org.webjars.npm/svgpath/
implementation ("org.webjars.npm:svgpath:2.5.0")'org.webjars.npm:svgpath:jar:2.5.0'<dependency org="org.webjars.npm" name="svgpath" rev="2.5.0">
  <artifact name="svgpath" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='svgpath', version='2.5.0')
)libraryDependencies += "org.webjars.npm" % "svgpath" % "2.5.0"[org.webjars.npm/svgpath "2.5.0"]