Download paperparcel-annotations-2.0.0-beta1.jar file - Jar p

Jar examples for p:paperparcel-annotations

Description

Android Parcelable boilerplate annotation processor

You can download jar file paperparcel-annotations 2.0.0-beta1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add paperparcel-annotations-2.0.0-beta1.jar to your project.

<dependency>
   <groupId>nz.bradcampbell</groupId>
   <artifactId>paperparcel-annotations</artifactId>
   <version>2.0.0-beta1</version>
</dependency>
compile group: 'nz.bradcampbell', name: 'paperparcel-annotations', version: '2.0.0-beta1'
libraryDependencies += "nz.bradcampbell" % "paperparcel-annotations" % "2.0.0-beta1"
<dependency org="nz.bradcampbell" name="paperparcel-annotations" rev="2.0.0-beta1"/>
@Grapes(@Grab(group='nz.bradcampbell', module='paperparcel-annotations', version='2.0.0-beta1'))
'nz.bradcampbell:paperparcel-annotations:jar:2.0.0-beta1'

Download

Click the following link to download the jar file.

paperparcel-annotations-2.0.0-beta1-javadoc.jar
paperparcel-annotations-2.0.0-beta1-sources.jar
paperparcel-annotations-2.0.0-beta1.jar
paperparcel-annotations-2.0.0-beta1.pom



Related Tutorials