J

JavaCryptoHelpers

Java Helper Classes for working with the Cryptographic Extensions
https://github.com/${project.github.repository}
The Apache License, Version 2.0
Roman Schmitz
Files download
File Operation
JavaCryptoHelpers-0.1.0.jar download
JavaCryptoHelpers-0.1.0.pom download
JavaCryptoHelpers-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.schm1tz1</groupId>
  <artifactId>JavaCryptoHelpers</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.schm1tz1:JavaCryptoHelpers:0.1.0'
Gradle Kotlin
implementation("io.github.schm1tz1:JavaCryptoHelpers:0.1.0")
Scala SBT
libraryDependencies += "io.github.schm1tz1" % "JavaCryptoHelpers" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.schm1tz1', module='JavaCryptoHelpers', version='0.1.0')
)
Apache Ivy
<dependency org="io.github.schm1tz1" name="JavaCryptoHelpers" rev="0.1.0" />
Leiningen
[io.github.schm1tz1/JavaCryptoHelpers "0.1.0"]
Apache Buildr
'io.github.schm1tz1:JavaCryptoHelpers:jar:0.1.0'