shasum

WebJar for shasum

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

shasum
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

shasum
WebJar for shasum
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/dominictarr/shasum

Download shasum

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/shasum/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>shasum</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/shasum/
implementation 'org.webjars.npm:shasum:1.0.2'
// https://jarcasting.com/artifacts/org.webjars.npm/shasum/
implementation ("org.webjars.npm:shasum:1.0.2")
'org.webjars.npm:shasum:jar:1.0.2'
<dependency org="org.webjars.npm" name="shasum" rev="1.0.2">
  <artifact name="shasum" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='shasum', version='1.0.2')
)
libraryDependencies += "org.webjars.npm" % "shasum" % "1.0.2"
[org.webjars.npm/shasum "1.0.2"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : json-stable-stringify jar [0.0.0,0.1)
org.webjars.npm : sha.js jar [2.4.4,2.5)

Project Modules

There are no modules declared in this project.

shasum

Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.

var shasum = require('shasum')
shasum(string || buffer || object)

Oh yeah, it works in the browser too, with browserify

License

MIT

Versions

Version
1.0.2
1.0.1