MVN

net.razorvine : serpent

Maven & Gradle

May 15, 2021
5 usages
48 stars

serpent · Serpent serializes an object tree into a Python ast.literal_eval() compatible literal expression. It is safe to send serpent data to other machines over the network for instance (because only 'safe' literals are encoded). There is also a deserializer or parse provided that turns such a literal expression back into the appropriate Java object tree. It is an alternative to JSON to provide easy data integration between Java and Python. Serpent is more expressive as JSON (it supports more data types).

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

Latest Version

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

  • Latest Stable: 1.40

All Versions

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

Version Vulnerabilities Updated
1.40
serpent-1.40
1.30
serpent-1.30
1.23
serpent-1.23
1.18
serpent-1.18
1.17
serpent-1.17
1.16
serpent-1.16
1.15
serpent-1.15
1.13
serpent-1.13
1.12
serpent-1.12
1.11
serpent-1.11

How to add a dependency to Maven

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

<dependency>
    <groupId>net.razorvine</groupId>
    <artifactId>serpent</artifactId>
    <version>1.40</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.razorvine:serpent:1.40'

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

implementation("net.razorvine:serpent:1.40")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.razorvine" % "serpent" % "1.40"

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

Nov 11, 2015
4 usages
249 stars
Apr 05, 2018
2 usages
1 stars
Dec 27, 2019
3 usages
4 stars
Apr 02, 2023
3 usages
0 stars
Mar 26, 2021
6 usages
4 stars
Jul 28, 2023
2 usages
1.3k stars
Aug 03, 2020
8 usages
94 stars
Aug 12, 2015
5 usages
112 stars