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