MVN

net.razorvine : pickle

Maven & Gradle

May 24, 2023
3 usages
64 stars

pickle · A feature complete pickle protocol implementation (Python's builtin serialization mechanism)

<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>pickle</artifactId>
    <version>1.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.razorvine : pickle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4

All Versions

Choose a version of net.razorvine : pickle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4
pickle-1.4
1.3
pickle-1.3
1.2
pickle-1.2
1.1
pickle-1.1
1.0
pickle-1.0

How to add a dependency to Maven

Add the following net.razorvine : pickle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>pickle</artifactId>
    <version>1.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.razorvine : pickle gradle dependency to your build.gradle file:

implementation 'net.razorvine:pickle:1.4'

Gradle Kotlin DSL: Add the following net.razorvine : pickle gradle kotlin dependency to your build.gradle.kts file:

implementation("net.razorvine:pickle:1.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.razorvine : pickle sbt scala dependency to your build.sbt file:

libraryDependencies += "net.razorvine" % "pickle" % "1.4"

Advertisement

Dependencies from Group

May 18, 2021
34 usages
175 stars
May 15, 2021
5 usages
48 stars
May 24, 2023
3 usages
64 stars

Discover Dependencies

Jun 18, 2020
2 usages
Dec 26, 2022
1 usages
53 stars
Jun 28, 2022
3 stars
Jul 07, 2023
2 usages
108 stars
Jun 22, 2023
12 usages
73 stars
Aug 25, 2023
5 usages
11.9k stars
Jan 17, 2020
29 usages
42 stars
Jan 24, 2020
5 usages
1 stars