MVN

com.palantir.hadoop-crypto2 : crypto-keys

Maven & Gradle

May 16, 2023
1 usages
42 stars

crypto-keys · Palantir open source project

<dependency>
    <groupId>com.palantir.hadoop-crypto2</groupId>
    <artifactId>crypto-keys</artifactId>
    <version>3.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.palantir.hadoop-crypto2 : crypto-keys to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0
  • Latest Release Candidate: 3.2.0-rc1

All Versions

Choose a version of com.palantir.hadoop-crypto2 : crypto-keys to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
crypto-keys-3.6.0
3.5.x
crypto-keys-3.5.0
3.4.x
crypto-keys-3.4.0
3.3.x
crypto-keys-3.3.0
3.2.x
crypto-keys-3.2.0
crypto-keys-3.2.0-rc1
3.1.x
crypto-keys-3.1.0
3.0.x
crypto-keys-3.0.0
2.10.x
crypto-keys-2.10.1
crypto-keys-2.10.0
2.8.x
crypto-keys-2.8.0
2.7.x
crypto-keys-2.7.2
crypto-keys-2.7.1
crypto-keys-2.7.0-rc1
crypto-keys-2.7.0
2.6.x
crypto-keys-2.6.1
crypto-keys-2.6.0
2.5.x
crypto-keys-2.5.1
crypto-keys-2.5.0
2.4.x
crypto-keys-2.4.3
crypto-keys-2.4.2
crypto-keys-2.4.1
2.3.x
crypto-keys-2.3.4
crypto-keys-2.3.3
crypto-keys-2.3.2
crypto-keys-2.3.1
crypto-keys-2.3.0
2.2.x
crypto-keys-2.2.1
crypto-keys-2.2.0
2.0.x
crypto-keys-2.0.0-rc9
crypto-keys-2.0.0

How to add a dependency to Maven

Add the following com.palantir.hadoop-crypto2 : crypto-keys maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.palantir.hadoop-crypto2</groupId>
    <artifactId>crypto-keys</artifactId>
    <version>3.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.palantir.hadoop-crypto2 : crypto-keys gradle dependency to your build.gradle file:

implementation 'com.palantir.hadoop-crypto2:crypto-keys:3.6.0'

Gradle Kotlin DSL: Add the following com.palantir.hadoop-crypto2 : crypto-keys gradle kotlin dependency to your build.gradle.kts file:

implementation("com.palantir.hadoop-crypto2:crypto-keys:3.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.palantir.hadoop-crypto2 : crypto-keys sbt scala dependency to your build.sbt file:

libraryDependencies += "com.palantir.hadoop-crypto2" % "crypto-keys" % "3.6.0"

Advertisement