MVN

com.palantir.hadoop-crypto : hadoop-crypto

Maven & Gradle

Apr 27, 2021
42 stars

hadoop-crypto · Palantir open source project

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

Latest Version

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

  • Latest Stable: 1.0.1
  • Latest Release Candidate: 2.0.0-rc1

All Versions

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

Version Vulnerabilities Updated
2.0.x
hadoop-crypto-2.0.0-rc1
hadoop-crypto-2.0.0-rc2
hadoop-crypto-2.0.0-rc3
hadoop-crypto-2.0.0-rc4
1.1.x
hadoop-crypto-1.1.1
hadoop-crypto-1.1.0
1.0.x
hadoop-crypto-1.0.1
hadoop-crypto-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.palantir.hadoop-crypto</groupId>
    <artifactId>hadoop-crypto</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.palantir.hadoop-crypto:hadoop-crypto:1.0.1'

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

implementation("com.palantir.hadoop-crypto:hadoop-crypto:1.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.palantir.hadoop-crypto" % "hadoop-crypto" % "1.0.1"

Advertisement