Jar examples for k: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.
You can download jar file kryo 3.0.2 in this page.
GNU Lesser General Public License
You can use the following script to add kryo-3.0.2.jar to your project.
<dependency> <groupId>com.esotericsoftware</groupId> <artifactId>kryo</artifactId> <version>3.0.2</version> </dependency>
compile group: 'com.esotericsoftware', name: 'kryo', version: '3.0.2'
libraryDependencies += "com.esotericsoftware" % "kryo" % "3.0.2"
<dependency org="com.esotericsoftware" name="kryo" rev="3.0.2"/>
@Grapes(@Grab(group='com.esotericsoftware', module='kryo', version='3.0.2'))
'com.esotericsoftware:kryo:jar:3.0.2'
Click the following link to download the jar file.
kryo-3.0.2.jar