w

wcommons-crypto

Cryptographic algorithms, hashing and etc
The Apache License, Version 2.0
Files download
File Operation
wcommons-crypto-1.5.0.jar download
wcommons-crypto-1.5.0.pom download
wcommons-crypto-1.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.whilein.wcommons</groupId>
  <artifactId>wcommons-crypto</artifactId>
  <version>1.5.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.whilein.wcommons:wcommons-crypto:1.5.0'
Gradle Kotlin
implementation("io.github.whilein.wcommons:wcommons-crypto:1.5.0")
Scala SBT
libraryDependencies += "io.github.whilein.wcommons" % "wcommons-crypto" % "1.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.whilein.wcommons', module='wcommons-crypto', version='1.5.0')
)
Apache Ivy
<dependency org="io.github.whilein.wcommons" name="wcommons-crypto" rev="1.5.0" />
Leiningen
[io.github.whilein.wcommons/wcommons-crypto "1.5.0"]
Apache Buildr
'io.github.whilein.wcommons:wcommons-crypto:jar:1.5.0'