Last Version

kryo 1.04

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.

License

License

Categories

Categories

Kryo Data Data Formats Serialization
GroupId

GroupId

com.googlecode
ArtifactId

ArtifactId

kryo
Version

Version

1.04
Type

Type

jar
Description

Description

kryo
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

http://code.google.com/p/kryo/

Download kryo 1.04


<!-- 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"]

Dependencies

compile (2)

Group / Artifact Type Version
com.googlecode : reflectasm jar 1.01
com.googlecode : minlog jar 1.2

runtime (1)

Group / Artifact Type Version
asm : asm jar 3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

There are no modules declared in this project.