Download msgpack4z-core_2.12-0.3.5.jar file - Jar m

Jar examples for m:msgpack4z-core-2.12

Description

typeclass based msgpack serializer/deserializer

You can download jar file msgpack4z-core_2.12 0.3.5 in this page.

License

MIT License

Build File

You can use the following script to add msgpack4z-core_2.12-0.3.5.jar to your project.

<dependency>
   <groupId>com.github.xuwei-k</groupId>
   <artifactId>msgpack4z-core_2.12</artifactId>
   <version>0.3.5</version>
</dependency>
compile group: 'com.github.xuwei-k', name: 'msgpack4z-core_2.12', version: '0.3.5'
libraryDependencies += "com.github.xuwei-k" % "msgpack4z-core_2.12" % "0.3.5"
<dependency org="com.github.xuwei-k" name="msgpack4z-core_2.12" rev="0.3.5"/>
@Grapes(@Grab(group='com.github.xuwei-k', module='msgpack4z-core_2.12', version='0.3.5'))
'com.github.xuwei-k:msgpack4z-core_2.12:jar:0.3.5'

Download

Click the following link to download the jar file.

msgpack4z-core_2.12-0.3.5-javadoc.jar
msgpack4z-core_2.12-0.3.5-sources.jar
msgpack4z-core_2.12-0.3.5.jar
msgpack4z-core_2.12-0.3.5.pom



Related Tutorials