Download auto-parcel-0.3.1.jar file - Jar a

Jar examples for a:auto-parcel

Description

Port of Google AutoValue for the Android platform

You can download jar file auto-parcel 0.3.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add auto-parcel-0.3.1.jar to your project.

<dependency>
   <groupId>com.github.frankiesardo</groupId>
   <artifactId>auto-parcel</artifactId>
   <version>0.3.1</version>
</dependency>
compile group: 'com.github.frankiesardo', name: 'auto-parcel', version: '0.3.1'
libraryDependencies += "com.github.frankiesardo" % "auto-parcel" % "0.3.1"
<dependency org="com.github.frankiesardo" name="auto-parcel" rev="0.3.1"/>
@Grapes(@Grab(group='com.github.frankiesardo', module='auto-parcel', version='0.3.1'))
'com.github.frankiesardo:auto-parcel:jar:0.3.1'

Download

Click the following link to download the jar file.

auto-parcel-0.3.1-javadoc.jar
auto-parcel-0.3.1-sources.jar
auto-parcel-0.3.1.jar
auto-parcel-0.3.1.pom



Related Tutorials