is not current version
Last Version 1.4.7

org.webjars:node-uuid 1.4.1

WebJar for node-uuid

GroupId

GroupId

org.webjars
ArtifactId

ArtifactId

node-uuid
Version

Version

1.4.1
Type

Type

jar

Download node-uuid 1.4.1


<!-- https://jarcasting.com/artifacts/org.webjars/node-uuid/ -->
<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>node-uuid</artifactId>
    <version>1.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/node-uuid/
implementation 'org.webjars:node-uuid:1.4.1'
// https://jarcasting.com/artifacts/org.webjars/node-uuid/
implementation ("org.webjars:node-uuid:1.4.1")
'org.webjars:node-uuid:jar:1.4.1'
<dependency org="org.webjars" name="node-uuid" rev="1.4.1">
  <artifact name="node-uuid" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='node-uuid', version='1.4.1')
)
libraryDependencies += "org.webjars" % "node-uuid" % "1.4.1"
[org.webjars/node-uuid "1.4.1"]