is not current version
Last Version 8.3.2

org.webjars.npm:uuid 7.0.2

WebJar for uuid

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

uuid
Version

Version

7.0.2
Type

Type

jar

Download uuid 7.0.2


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