Download bser-1.2.jar file - Jar b

Jar examples for b:bser

Description

DroidKit Bser - protobuf compatible serialization library.

You can download jar file bser 1.2 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add bser-1.2.jar to your project.

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

Download

Click the following link to download the jar file.

bser-1.2-javadoc.jar
bser-1.2-sources.jar
bser-1.2.jar
bser-1.2.pom



Related Tutorials