c

common-hashing

Hash and checksums computing on files.
https://engine.yildiz-games.be
Files download
File Operation
common-hashing-2.0.0.jar download
common-hashing-2.0.0.pom download
common-hashing-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>be.yildiz-games</groupId>
  <artifactId>common-hashing</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'be.yildiz-games:common-hashing:2.0.0'
Gradle Kotlin
implementation("be.yildiz-games:common-hashing:2.0.0")
Scala SBT
libraryDependencies += "be.yildiz-games" % "common-hashing" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='be.yildiz-games', module='common-hashing', version='2.0.0')
)
Apache Ivy
<dependency org="be.yildiz-games" name="common-hashing" rev="2.0.0" />
Leiningen
[be.yildiz-games/common-hashing "2.0.0"]
Apache Buildr
'be.yildiz-games:common-hashing:jar:2.0.0'