crypto
JavaScript implementations of standard and secure cryptographic algorithms.
Install
npm install crypto
| License |
License
BSD
|
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdcrypto |
| Last Version | Last Version0.0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptioncrypto
WebJar for crypto
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crypto-0.0.3.pom | |
| crypto-0.0.3.jar | 11 KB |
| crypto-0.0.3-sources.jar | 22 bytes |
| crypto-0.0.3-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/crypto/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>crypto</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/crypto/
implementation 'org.webjars.npm:crypto:0.0.3'
// https://jarcasting.com/artifacts/org.webjars.npm/crypto/
implementation ("org.webjars.npm:crypto:0.0.3")
'org.webjars.npm:crypto:jar:0.0.3'
<dependency org="org.webjars.npm" name="crypto" rev="0.0.3">
<artifact name="crypto" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='crypto', version='0.0.3')
)
libraryDependencies += "org.webjars.npm" % "crypto" % "0.0.3"
[org.webjars.npm/crypto "0.0.3"]
JavaScript implementations of standard and secure cryptographic algorithms.
npm install crypto