License |
License |
---|---|
Categories |
CategoriesKryo Data Data Formats Serialization |
GroupId | GroupIdcom.googlecode |
ArtifactId | ArtifactIdkryo |
Last Version | Last Version1.04 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionkryo
Kryo is a fast and efficient object graph serialization framework for Java. The goals of the project are speed, efficiency, and an easy to use API. The project is useful any time objects need to be persisted, whether to a file, database, or over the network.
|
Project URL |
Project URL |
Filename | Size |
---|---|
kryo-1.04.pom | |
kryo-1.04.jar | 92 KB |
kryo-1.04-sources.jar | 55 KB |
kryo-1.04-javadoc.jar | 267 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode/kryo/ -->
<dependency>
<groupId>com.googlecode</groupId>
<artifactId>kryo</artifactId>
<version>1.04</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode/kryo/
implementation 'com.googlecode:kryo:1.04'
// https://jarcasting.com/artifacts/com.googlecode/kryo/
implementation ("com.googlecode:kryo:1.04")
'com.googlecode:kryo:jar:1.04'
<dependency org="com.googlecode" name="kryo" rev="1.04">
<artifact name="kryo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode', module='kryo', version='1.04')
)
libraryDependencies += "com.googlecode" % "kryo" % "1.04"
[com.googlecode/kryo "1.04"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode : reflectasm | jar | 1.01 |
com.googlecode : minlog | jar | 1.2 |
Group / Artifact | Type | Version |
---|---|---|
asm : asm | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |