h

hammerJ

This is a Java API library, created by ReCheck BV, for encryption of data. Asymmetric and symmetric exchange of information.
https://github.com/ReCheck-io/hammerJ
MIT License
com.github.ReCheck-io
ReCheck team
Files download
File Operation
hammerJ-0.0.5.jar download
hammerJ-0.0.5.pom download
hammerJ-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.recheck-io</groupId>
  <artifactId>hammerJ</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.recheck-io:hammerJ:0.0.5'
Gradle Kotlin
implementation("io.github.recheck-io:hammerJ:0.0.5")
Scala SBT
libraryDependencies += "io.github.recheck-io" % "hammerJ" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.recheck-io', module='hammerJ', version='0.0.5')
)
Apache Ivy
<dependency org="io.github.recheck-io" name="hammerJ" rev="0.0.5" />
Leiningen
[io.github.recheck-io/hammerJ "0.0.5"]
Apache Buildr
'io.github.recheck-io:hammerJ:jar:0.0.5'