MVN

io.github.recheck-io : hammerJ

Maven & Gradle

Dec 18, 2020
0 stars

hammerJ · This is a Java API library, created by ReCheck BV, for encryption of data. Asymmetric and symmetric exchange of information.

<dependency>
    <groupId>io.github.recheck-io</groupId>
    <artifactId>hammerJ</artifactId>
    <version>1.0.16</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.recheck-io : hammerJ to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.16

All Versions

Choose a version of io.github.recheck-io : hammerJ to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
hammerJ-1.0.16
hammerJ-1.0.15
hammerJ-1.0.14
hammerJ-1.0.13
hammerJ-1.0.12
hammerJ-1.0.11
hammerJ-1.0.10
hammerJ-1.0.9
hammerJ-1.0.7
hammerJ-1.0.6
hammerJ-1.0.5
hammerJ-1.0.3
hammerJ-1.0.2
hammerJ-1.0.1
hammerJ-1.0.0
0.0.x
hammerJ-0.0.22
hammerJ-0.0.21
hammerJ-0.0.20
hammerJ-0.0.19
hammerJ-0.0.18
hammerJ-0.0.17
hammerJ-0.0.16
hammerJ-0.0.15
hammerJ-0.0.14
hammerJ-0.0.13
hammerJ-0.0.12
hammerJ-0.0.11
hammerJ-0.0.10
hammerJ-0.0.9
hammerJ-0.0.8
hammerJ-0.0.7
hammerJ-0.0.6
hammerJ-0.0.5
hammerJ-0.0.4
hammerJ-0.0.3
hammerJ-0.0.2
hammerJ-0.0.1

How to add a dependency to Maven

Add the following io.github.recheck-io : hammerJ maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.recheck-io</groupId>
    <artifactId>hammerJ</artifactId>
    <version>1.0.16</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.recheck-io : hammerJ gradle dependency to your build.gradle file:

implementation 'io.github.recheck-io:hammerJ:1.0.16'

Gradle Kotlin DSL: Add the following io.github.recheck-io : hammerJ gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.recheck-io:hammerJ:1.0.16")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.recheck-io : hammerJ sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.recheck-io" % "hammerJ" % "1.0.16"

Advertisement