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