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