GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdnode-uuid |
Version | Version1.4.1 |
Type | Typejar |
Filename | Size |
---|---|
node-uuid-1.4.1.pom | |
node-uuid-1.4.1.jar | 6 KB |
node-uuid-1.4.1-javadoc.jar | 3 KB |
Browse |
<!-- 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"]