is not current version
Last Version 5.3.0

com.esotericsoftware.kryo:kryo5 5.0.0-RC7

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

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

com.esotericsoftware.kryo
ArtifactId

ArtifactId

kryo5
Version

Version

5.0.0-RC7
Type

Type

jar

Download kryo5 5.0.0-RC7


<!-- https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/ -->
<dependency>
    <groupId>com.esotericsoftware.kryo</groupId>
    <artifactId>kryo5</artifactId>
    <version>5.0.0-RC7</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/
implementation 'com.esotericsoftware.kryo:kryo5:5.0.0-RC7'
// https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/
implementation ("com.esotericsoftware.kryo:kryo5:5.0.0-RC7")
'com.esotericsoftware.kryo:kryo5:jar:5.0.0-RC7'
<dependency org="com.esotericsoftware.kryo" name="kryo5" rev="5.0.0-RC7">
  <artifact name="kryo5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.kryo', module='kryo5', version='5.0.0-RC7')
)
libraryDependencies += "com.esotericsoftware.kryo" % "kryo5" % "5.0.0-RC7"
[com.esotericsoftware.kryo/kryo5 "5.0.0-RC7"]