Download kryo-4.0.2.jar file - Jar k

Jar examples for k:kryo

Description

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.

You can download jar file kryo 4.0.2 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add kryo-4.0.2.jar to your project.

<dependency>
   <groupId>com.esotericsoftware</groupId>
   <artifactId>kryo</artifactId>
   <version>4.0.2</version>
</dependency>
compile group: 'com.esotericsoftware', name: 'kryo', version: '4.0.2'
libraryDependencies += "com.esotericsoftware" % "kryo" % "4.0.2"
<dependency org="com.esotericsoftware" name="kryo" rev="4.0.2"/>
@Grapes(@Grab(group='com.esotericsoftware', module='kryo', version='4.0.2'))
'com.esotericsoftware:kryo:jar:4.0.2'

Download

Click the following link to download the jar file.

kryo-4.0.2-javadoc.jar
kryo-4.0.2-sources.jar
kryo-4.0.2.jar
kryo-4.0.2.pom



Related Tutorials