MVN

com.palantir.hadoop-crypto2 : crypto-serialization

Maven & Gradle

Apr 27, 2021
1 usages
42 stars

crypto-serialization · Palantir open source project

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

Latest Version

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

  • Latest Stable: 2.0.0-rc5
  • Latest Release Candidate: 2.0.0-rc5

All Versions

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

Version Vulnerabilities Updated
2.0.x
crypto-serialization-2.0.0-rc5
crypto-serialization-2.0.0-rc6
crypto-serialization-2.0.0-rc7
crypto-serialization-2.0.0-rc8

How to add a dependency to Maven

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

<dependency>
    <groupId>com.palantir.hadoop-crypto2</groupId>
    <artifactId>crypto-serialization</artifactId>
    <version>2.0.0-rc5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.palantir.hadoop-crypto2:crypto-serialization:2.0.0-rc5'

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

implementation("com.palantir.hadoop-crypto2:crypto-serialization:2.0.0-rc5")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.palantir.hadoop-crypto2" % "crypto-serialization" % "2.0.0-rc5"

Advertisement