GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdqueue |
Version | Version6.0.1 |
Type | Typejar |
Filename | Size |
---|---|
queue-6.0.1.pom | |
queue-6.0.1.jar | 8 KB |
queue-6.0.1-sources.jar | 22 bytes |
queue-6.0.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/queue/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>queue</artifactId>
<version>6.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/queue/
implementation 'org.webjars.npm:queue:6.0.1'
// https://jarcasting.com/artifacts/org.webjars.npm/queue/
implementation ("org.webjars.npm:queue:6.0.1")
'org.webjars.npm:queue:jar:6.0.1'
<dependency org="org.webjars.npm" name="queue" rev="6.0.1">
<artifact name="queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='queue', version='6.0.1')
)
libraryDependencies += "org.webjars.npm" % "queue" % "6.0.1"
[org.webjars.npm/queue "6.0.1"]