MVN

dev.scheibelhofer : crypto-tools

Maven & Gradle

Jul 05, 2023
6 stars

dev.scheibelhofer:crypto-tools · A Java Crypto Architecture (JCA) provider with PEM keystore support.

<dependency>
    <groupId>dev.scheibelhofer</groupId>
    <artifactId>crypto-tools</artifactId>
    <version>0.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.scheibelhofer : crypto-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.8

All Versions

Choose a version of dev.scheibelhofer : crypto-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
crypto-tools-0.0.8
crypto-tools-0.0.7
crypto-tools-0.0.6
crypto-tools-0.0.5
crypto-tools-0.0.4
crypto-tools-0.0.3
crypto-tools-0.0.2
crypto-tools-0.0.1

How to add a dependency to Maven

Add the following dev.scheibelhofer : crypto-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.scheibelhofer</groupId>
    <artifactId>crypto-tools</artifactId>
    <version>0.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.scheibelhofer : crypto-tools gradle dependency to your build.gradle file:

implementation 'dev.scheibelhofer:crypto-tools:0.0.8'

Gradle Kotlin DSL: Add the following dev.scheibelhofer : crypto-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.scheibelhofer:crypto-tools:0.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.scheibelhofer : crypto-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.scheibelhofer" % "crypto-tools" % "0.0.8"