Last Version

Commons Checksum 1.0.0

Commons Checksum provides functional utilities for working with common checksums and hashes such as CRC-32, Adler-32, MD5 and SHA-1.

License

License

GroupId

GroupId

com.github.qlefevre
ArtifactId

ArtifactId

commons-checksum
Version

Version

1.0.0
Type

Type

jar
Description

Description

Commons Checksum
Commons Checksum provides functional utilities for working with common checksums and hashes such as CRC-32, Adler-32, MD5 and SHA-1.
Project URL

Project URL

http://github.com/qlefevre/commons-checksum/
Project Organization

Project Organization

Commons Checksum
Source Code Management

Source Code Management

https://github.com/qlefevre/commons-checksum

Download commons-checksum 1.0.0


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

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.10
commons-codec : commons-codec jar 1.6
org.bouncycastle : bcprov-ext-jdk16 jar 1.46

Project Modules

There are no modules declared in this project.