MVN

com.esotericsoftware.kryo : kryo5

Maven & Gradle

Apr 20, 2023
32 usages
5.8k stars

Fast, efficient Java serialization. This is the version specific Kryo artifact.

<dependency>
    <groupId>com.esotericsoftware.kryo</groupId>
    <artifactId>kryo5</artifactId>
    <version>5.5.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.esotericsoftware.kryo : kryo5 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.5.0
  • Latest Release Candidate: 5.0.0-RC9

All Versions

Choose a version of com.esotericsoftware.kryo : kryo5 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.5.x
kryo5-5.5.0
5.4.x
kryo5-5.4.0
5.3.x
kryo5-5.3.0
5.2.x
kryo5-5.2.1
kryo5-5.2.0
5.1.x
kryo5-5.1.1
kryo5-5.1.0
5.0.x
kryo5-5.0.4
kryo5-5.0.3
kryo5-5.0.2
kryo5-5.0.1
kryo5-5.0.0
kryo5-5.0.0-RC9
kryo5-5.0.0-RC8
kryo5-5.0.0-RC7
kryo5-5.0.0-RC6
kryo5-5.0.0-RC5

How to add a dependency to Maven

Add the following com.esotericsoftware.kryo : kryo5 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.esotericsoftware.kryo</groupId>
    <artifactId>kryo5</artifactId>
    <version>5.5.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.esotericsoftware.kryo : kryo5 gradle dependency to your build.gradle file:

implementation 'com.esotericsoftware.kryo:kryo5:5.5.0'

Gradle Kotlin DSL: Add the following com.esotericsoftware.kryo : kryo5 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.esotericsoftware.kryo:kryo5:5.5.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.esotericsoftware.kryo : kryo5 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.esotericsoftware.kryo" % "kryo5" % "5.5.0"

Advertisement

Dependencies from Group

Feb 03, 2016
425 usages
5.8k stars
Apr 20, 2023
32 usages
5.8k stars

Discover Dependencies

Sep 30, 2022
1 usages
Sep 14, 2022
21.5k stars
Mar 25, 2020
4 usages
212 stars
Feb 18, 2023
2 usages
0 stars
Dec 08, 2022
3 usages
38 stars
May 10, 2023
1 usages
4.2k stars
Oct 01, 2022
1 usages
263 stars