path-platform
This is a transitional package for those not on 0.12 that provides a compatible interface to the builtin path
module, but adds path.posix
and path.win32
so you can path.posix.normalize
on a win32 platform, or vice versa.
License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdpath-platform |
Last Version | Last Version0.11.15 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpath-platform
WebJar for path-platform
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
path-platform-0.11.15.pom | |
path-platform-0.11.15.jar | 8 KB |
path-platform-0.11.15-sources.jar | 22 bytes |
path-platform-0.11.15-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/path-platform/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>path-platform</artifactId>
<version>0.11.15</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/path-platform/
implementation 'org.webjars.npm:path-platform:0.11.15'
// https://jarcasting.com/artifacts/org.webjars.npm/path-platform/
implementation ("org.webjars.npm:path-platform:0.11.15")
'org.webjars.npm:path-platform:jar:0.11.15'
<dependency org="org.webjars.npm" name="path-platform" rev="0.11.15">
<artifact name="path-platform" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='path-platform', version='0.11.15')
)
libraryDependencies += "org.webjars.npm" % "path-platform" % "0.11.15"
[org.webjars.npm/path-platform "0.11.15"]
This is a transitional package for those not on 0.12 that provides a compatible interface to the builtin path
module, but adds path.posix
and path.win32
so you can path.posix.normalize
on a win32 platform, or vice versa.