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-1.0.16.jar download
hammerJ-1.0.16.pom download
hammerJ-1.0.16-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.recheck-io</groupId>
  <artifactId>hammerJ</artifactId>
  <version>1.0.16</version>
</dependency>
Gradle Groovy
implementation 'io.github.recheck-io:hammerJ:1.0.16'
Gradle Kotlin
implementation("io.github.recheck-io:hammerJ:1.0.16")
Scala SBT
libraryDependencies += "io.github.recheck-io" % "hammerJ" % "1.0.16"
Groovy Grape
@Grapes(
  @Grab(group='io.github.recheck-io', module='hammerJ', version='1.0.16')
)
Apache Ivy
<dependency org="io.github.recheck-io" name="hammerJ" rev="1.0.16" />
Leiningen
[io.github.recheck-io/hammerJ "1.0.16"]
Apache Buildr
'io.github.recheck-io:hammerJ:jar:1.0.16'