"Move Along..." to uuidjs/uuid
What, you're still here? Then you must be looking for the old node-uuid code.
| License | License | 
|---|---|
| GroupId | GroupIdorg.webjars.npm | 
| ArtifactId | ArtifactIdnode-uuid | 
| Last Version | Last Version1.4.8 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | Descriptionnode-uuid WebJar for node-uuid | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| node-uuid-1.4.8.pom | |
| node-uuid-1.4.8.jar | 20 KB | 
| node-uuid-1.4.8-sources.jar | 22 bytes | 
| node-uuid-1.4.8-javadoc.jar | 22 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.webjars.npm/node-uuid/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>node-uuid</artifactId>
    <version>1.4.8</version>
</dependency>// https://jarcasting.com/artifacts/org.webjars.npm/node-uuid/
implementation 'org.webjars.npm:node-uuid:1.4.8'// https://jarcasting.com/artifacts/org.webjars.npm/node-uuid/
implementation ("org.webjars.npm:node-uuid:1.4.8")'org.webjars.npm:node-uuid:jar:1.4.8'<dependency org="org.webjars.npm" name="node-uuid" rev="1.4.8">
  <artifact name="node-uuid" type="jar" />
</dependency>@Grapes(
@Grab(group='org.webjars.npm', module='node-uuid', version='1.4.8')
)libraryDependencies += "org.webjars.npm" % "node-uuid" % "1.4.8"[org.webjars.npm/node-uuid "1.4.8"]What, you're still here? Then you must be looking for the old node-uuid code.