c

common-hashing

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