| License |
License |
|---|---|
| Categories |
CategoriesKryo Data Data Formats Serialization |
| GroupId | GroupIdcom.esotericsoftware.kryo |
| ArtifactId | ArtifactIdkryo5 |
| Last Version | Last Version5.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionKryo 5
Fast, efficient Java serialization. This is the version specific Kryo artifact.
|
| Filename | Size |
|---|---|
| kryo5-5.3.0.pom | |
| kryo5-5.3.0.jar | 460 KB |
| kryo5-5.3.0-sources.jar | 261 KB |
| kryo5-5.3.0-javadoc.jar | 954 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/ -->
<dependency>
<groupId>com.esotericsoftware.kryo</groupId>
<artifactId>kryo5</artifactId>
<version>5.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/
implementation 'com.esotericsoftware.kryo:kryo5:5.3.0'
// https://jarcasting.com/artifacts/com.esotericsoftware.kryo/kryo5/
implementation ("com.esotericsoftware.kryo:kryo5:5.3.0")
'com.esotericsoftware.kryo:kryo5:jar:5.3.0'
<dependency org="com.esotericsoftware.kryo" name="kryo5" rev="5.3.0">
<artifact name="kryo5" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.esotericsoftware.kryo', module='kryo5', version='5.3.0')
)
libraryDependencies += "com.esotericsoftware.kryo" % "kryo5" % "5.3.0"
[com.esotericsoftware.kryo/kryo5 "5.3.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
| org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
| commons-lang : commons-lang | jar | 2.6 |