Download kryo-shaded-3.0.3.jar file - Jar k

Jar examples for k:kryo-shaded

Description

Fast, efficient Java serialization. This contains the shaded reflectasm jar to prevent conflicts with other versions of asm.

You can download jar file kryo-shaded 3.0.3 in this page.

Build File

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

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

Download

Click the following link to download the jar file.

kryo-shaded-3.0.3-javadoc.jar
kryo-shaded-3.0.3-sources.jar
kryo-shaded-3.0.3.jar
kryo-shaded-3.0.3.pom



Related Tutorials