process-es6
A rewrite of node-process to take advantage of es6 features, also includes browser-process-hrtime due to es6 making throwing in the kitchen sink less of a burden
| License |
License |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdprocess-es6 |
| Last Version | Last Version0.11.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionprocess-es6
WebJar for process-es6
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| process-es6-0.11.6.pom | |
| process-es6-0.11.6.jar | 5 KB |
| process-es6-0.11.6-sources.jar | 22 bytes |
| process-es6-0.11.6-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/process-es6/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>process-es6</artifactId>
<version>0.11.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/process-es6/
implementation 'org.webjars.npm:process-es6:0.11.6'
// https://jarcasting.com/artifacts/org.webjars.npm/process-es6/
implementation ("org.webjars.npm:process-es6:0.11.6")
'org.webjars.npm:process-es6:jar:0.11.6'
<dependency org="org.webjars.npm" name="process-es6" rev="0.11.6">
<artifact name="process-es6" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='process-es6', version='0.11.6')
)
libraryDependencies += "org.webjars.npm" % "process-es6" % "0.11.6"
[org.webjars.npm/process-es6 "0.11.6"]
A rewrite of node-process to take advantage of es6 features, also includes browser-process-hrtime due to es6 making throwing in the kitchen sink less of a burden