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