License |
License |
---|---|
GroupId | GroupIdorg.fujion.webjars |
ArtifactId | ArtifactIdwebjar-jshashes |
Last Version | Last Version1.0.8-10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCryptographic Hashing Library
Fast and dependency-free cryptographic hashing library for node.js and browsers (supports MD5, SHA1, SHA256, SHA512, RIPEMD, HMAC).
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
webjar-jshashes-1.0.8-10.pom | |
webjar-jshashes-1.0.8-10.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fujion.webjars/webjar-jshashes/ -->
<dependency>
<groupId>org.fujion.webjars</groupId>
<artifactId>webjar-jshashes</artifactId>
<version>1.0.8-10</version>
</dependency>
// https://jarcasting.com/artifacts/org.fujion.webjars/webjar-jshashes/
implementation 'org.fujion.webjars:webjar-jshashes:1.0.8-10'
// https://jarcasting.com/artifacts/org.fujion.webjars/webjar-jshashes/
implementation ("org.fujion.webjars:webjar-jshashes:1.0.8-10")
'org.fujion.webjars:webjar-jshashes:jar:1.0.8-10'
<dependency org="org.fujion.webjars" name="webjar-jshashes" rev="1.0.8-10">
<artifact name="webjar-jshashes" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fujion.webjars', module='webjar-jshashes', version='1.0.8-10')
)
libraryDependencies += "org.fujion.webjars" % "webjar-jshashes" % "1.0.8-10"
[org.fujion.webjars/webjar-jshashes "1.0.8-10"]