PaperParcel

Android Parcelable boilerplate annotation processor

License

License

GroupId

GroupId

nz.bradcampbell
ArtifactId

ArtifactId

paperparcel
Last Version

Last Version

2.0.8
Release Date

Release Date

Type

Type

aar
Description

Description

PaperParcel
Android Parcelable boilerplate annotation processor
Project URL

Project URL

https://github.com/grandstaish/paperparcel
Source Code Management

Source Code Management

https://github.com/grandstaish/paperparcel

Download paperparcel

How to add to project

<!-- https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel/ -->
<dependency>
    <groupId>nz.bradcampbell</groupId>
    <artifactId>paperparcel</artifactId>
    <version>2.0.8</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel/
implementation 'nz.bradcampbell:paperparcel:2.0.8'
// https://jarcasting.com/artifacts/nz.bradcampbell/paperparcel/
implementation ("nz.bradcampbell:paperparcel:2.0.8")
'nz.bradcampbell:paperparcel:aar:2.0.8'
<dependency org="nz.bradcampbell" name="paperparcel" rev="2.0.8">
  <artifact name="paperparcel" type="aar" />
</dependency>
@Grapes(
@Grab(group='nz.bradcampbell', module='paperparcel', version='2.0.8')
)
libraryDependencies += "nz.bradcampbell" % "paperparcel" % "2.0.8"
[nz.bradcampbell/paperparcel "2.0.8"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0-beta2
2.0.0-beta1
2.0.0-alpha1