License |
License |
---|---|
GroupId | GroupIdcom.github.qlefevre |
ArtifactId | ArtifactIdcommons-checksum |
Version | Version1.0.0 |
Type | Typejar |
Description |
DescriptionCommons 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
commons-checksum-1.0.0.pom | |
commons-checksum-1.0.0.jar | 11 KB |
commons-checksum-1.0.0-tests.jar | 16 KB |
commons-checksum-1.0.0-sources.jar | 10 KB |
commons-checksum-1.0.0-javadoc.jar | 67 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |
commons-codec : commons-codec | jar | 1.6 |
org.bouncycastle : bcprov-ext-jdk16 | jar | 1.46 |